From f5c063a1a80391337de7dd112cb06f34d61e4a0b Mon Sep 17 00:00:00 2001 From: BFlow Date: Wed, 29 Apr 2020 14:27:00 +0200 Subject: [PATCH] add command joe --- kabot/kabot/kabot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 5e9e1fb..6d19ab1 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -164,6 +164,10 @@ class Mybot(commands.Cog): except ApiException as e: await ctx.channel.send("Exception when calling DefaultApi->gifs_search_get: %s\n" % e) + @commands.command(help='Trollpower !') + async def joe(self,ctx): + await ctx.channel.send('Bah alors, on sait plus écrire, je te donne un indice: il te manque une lettre! :sweat_drops: :tongue:') + @commands.guild_only() @commands.command() async def joke(self, ctx, folder=None):