From c4f7ba1e8ea85b511caefab8a3d3d7f81677b04c Mon Sep 17 00:00:00 2001 From: Anri Kennel Date: Tue, 24 Nov 2020 09:58:08 +0100 Subject: [PATCH] =?UTF-8?q?Ajouts=20liens=20vers=20la=20d=C3=A9finition=20?= =?UTF-8?q?des=20m=C3=A9thodes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 681f2b7..86079fe 100755 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ token = "ton token" | Nom | Fonction | | ---:| :--- | -| Réactions messages | Quand on réagis à un message spécifique avec certains emojis, ça te donne le rôle correspondant | -| .calc | Fais un calcul simple | -| .help | Renvois la liste des commandes disponible | -| .syntax | Explique la syntaxe des messages sur Discord | -| .ping | Vérifie le ping et la latence du bot | -| .info | Pour obtenir des infos sur le bot | -| .whois | Pour obtenir des infos sur un membre | -| .appel | Pour faire l'appel facilement | -| .sondage | Pour faire un sondage facilement | \ No newline at end of file +| [Réactions messages](https://code.up8.edu/Anri/bot-licence/-/blob/master/main.py#L27) | Quand on réagis à un message spécifique avec certains emojis, ça te donne le rôle correspondant | +| [.calc](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L40) | Fais un calcul simple | +| [.help](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/help.py#L16) | Renvois la liste des commandes disponible | +| [.syntax](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L82) | Explique la syntaxe des messages sur Discord | +| [.ping](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L22) | Vérifie le ping et la latence du bot | +| [.info](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L128) | Pour obtenir des infos sur le bot | +| [.whois](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L160) | Pour obtenir des infos sur un membre | +| [.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 | \ No newline at end of file