- slash-commands
- /ping
__description:
Will check if bot is online.
__return:
@user, pong! - /roll _from: int = 1, _to: int = 6
__description:
Will get a random number.
__return:
@user, rolled {random_number}! - /rock-paper-scissors move: Literal["rock", "paper", "scissors"]
__description:
Will play with you in rock paper scissors game.
__return:
@user, played {your_move}!
bot played {bot_move}
{game_result} - /bulls-and-cows
__description:
Will play with you in bulls and cows game, bot will listen to all of your messages and reacts only when you type a 4 digits number, he will update his previous message with all results of your previous guesses.
__return:- You win, the number is: {generated_number}, it took you {count_of_tries} moves - if you guessed correct
- Sorry, you took too long. The answer was {answer}. - if you waited too long
- /guess-number _from: int = 1, _to: int = 10
__description:
Will play with you in guess number game. __return:- You guessed correctly! - if you guessed right
- Oops. It is actually {answer}. - if you didn't guess
- Sorry, you took too long. The answer was {answer}. - if you waited too long
- /balaboba text: str, language: Literal["en" ,"ru"] = "ru"
__description:
Will use balaboba to generate you a random text.
__return:- You guessed correctly! - if you guessed right
- Oops. It is actually {answer}. - if you didn't guess
- Sorry, you took too long. The answer was {answer}. - if you waited too long
- yam-commands
__description:
Will appear in the future.
- /ping
- Will appear in the future.
Similization/discord_python_bot
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|