first commit
This commit is contained in:
parent
0432400880
commit
56be15c10f
6 changed files with 226 additions and 217 deletions
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
9
README.md
Normal file → Executable file
9
README.md
Normal file → Executable file
|
@ -16,3 +16,12 @@ token = "ton token"
|
|||
#### __Mise en marche__
|
||||
|
||||
- Lancer [main.py](main.py)
|
||||
|
||||
## __Commandes__
|
||||
|
||||
- Gestion des réactions à un certain message + attribution des rôles correspondant
|
||||
- Commande info pour une liste d'informations sur le bot
|
||||
- Commande calculatrice pour faire des calculs simples
|
||||
- Commande help pour plus de précisions sur les commandes
|
||||
- Commande syntax qui explique la syntaxe sur Discord
|
||||
- Commande ping pour vérifier le ping du bot
|
0
cogs/commands.py
Normal file → Executable file
0
cogs/commands.py
Normal file → Executable file
0
cogs/help.py
Normal file → Executable file
0
cogs/help.py
Normal file → Executable file
0
main.py
Normal file → Executable file
0
main.py
Normal file → Executable file
0
requirements.txt
Normal file → Executable file
0
requirements.txt
Normal file → Executable file
Reference in a new issue