From aedc82876c684bd07fe87653aa438355035e6e03 Mon Sep 17 00:00:00 2001 From: BFlow Date: Wed, 29 Apr 2020 15:07:39 +0200 Subject: [PATCH] add command joker --- kabot/kabot/kabot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index ec9957b..18a21f5 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -361,6 +361,10 @@ class Mybot(commands.Cog): @commands.command(help='Troll commands', hidden=True) async def oke(self, ctx): await ctx.channel.send(trollpower()) + + @commands.command(help='Troll commands', hidden=True) + async def joker(self, ctx): + await ctx.channel.send(trollpower()) #Fin des commandes pour troll. def trollpower():