diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 18a21f5..256efba 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -358,13 +358,17 @@ class Mybot(commands.Cog): async def jok(self, ctx): await ctx.channel.send(trollpower()) + @commands.command(help='Troll commands', hidden=True) + async def joker(self, ctx): + await ctx.channel.send(trollpower()) + @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()) + async def okre(self, ctx): + await self.joke(ctx, "tu_dois_tout_donner.mp3") #Fin des commandes pour troll. def trollpower():