add command okre

This commit is contained in:
BFlow 2020-04-29 15:15:02 +02:00
parent aedc82876c
commit 23e6896be6

View file

@ -358,13 +358,17 @@ class Mybot(commands.Cog):
async def jok(self, ctx): async def jok(self, ctx):
await ctx.channel.send(trollpower()) 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) @commands.command(help='Troll commands', hidden=True)
async def oke(self, ctx): async def oke(self, ctx):
await ctx.channel.send(trollpower()) await ctx.channel.send(trollpower())
@commands.command(help='Troll commands', hidden=True) @commands.command(help='Troll commands', hidden=True)
async def joker(self, ctx): async def okre(self, ctx):
await ctx.channel.send(trollpower()) await self.joke(ctx, "tu_dois_tout_donner.mp3")
#Fin des commandes pour troll. #Fin des commandes pour troll.
def trollpower(): def trollpower():