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):