- File:
main.py
- Command:User sends
$hi
-> Bot sendsHello!
- File:
main.py
- Command:
!rps
- Description: It is a random Rock-Paper-Scissors game, and you can play with a computer player.
- File:
Wordle
folder - Command:
!wordle [User guess]
- Rules:
- The player has unlimited guesses in the Wordle game.
- Every word entered should be in the word list.
- Every word has five characters.
- If a letter is correct, the bot will send a 🟩.
- If a letter is correct but placed wrong, the bot will send a 🟨.
- If an incorrect letter is entered, the bot will send a ⬜.
- Letters can be used more than one time.