add command joker

This commit is contained in:
BFlow 2020-04-29 15:07:39 +02:00
parent f1a79ffa8f
commit aedc82876c

View file

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