ajout tuto tokens.py + explication commandes
This commit is contained in:
parent
3877ac736c
commit
a6ebb1a838
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -7,10 +7,12 @@
|
|||
|
||||
#### __Mise en place__
|
||||
|
||||
- Un fichier `setup.py` qui contient :
|
||||
- Un fichier `tokens.py` qui contient :
|
||||
|
||||
```python
|
||||
token = "ton token"
|
||||
token_discord = "ton token discord"
|
||||
token_genius = "ton token genius"
|
||||
token_reddit = {"client_id": "ton client_id", "client_secret": "ton client_secret", "user_agent": "ton pseudo (exemple u/gotaga)"}
|
||||
```
|
||||
|
||||
#### __Mise en marche__
|
||||
|
@ -37,3 +39,9 @@ token = "ton token"
|
|||
| [.appel](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L220) | Pour faire l'appel facilement |
|
||||
| [.sondage](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L253) | Pour faire un sondage facilement |
|
||||
| [.avatar](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L317) | Affiche l'avatar de quelqu'un |
|
||||
| [.lyrics](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/lyrics.py#L19) | Cherche des paroles de chanson sur Genius |
|
||||
| [.memes](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/internet.py#L17) | Envoie un meme depuis reddit |
|
||||
| [.cat](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/internet.py#74) | Envoie un chat depuis internet |
|
||||
| [.dog](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/internet.py#L90) | Envoie un chien depuis internet |
|
||||
| [.chifumi](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/games.py#L17) | Fais une partie de pierre papier ciseaux contre le bot |
|
||||
| [.plusoumoins](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/games.py#L49) | Fais une partie de guessing game contre le bot |
|
||||
|
|
Reference in a new issue