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