From 23e6896be6e057113358b19e35281737be7b0f83 Mon Sep 17 00:00:00 2001 From: BFlow Date: Wed, 29 Apr 2020 15:15:02 +0200 Subject: [PATCH] add command okre --- kabot/kabot/kabot.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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():