add command joker
This commit is contained in:
parent
f1a79ffa8f
commit
aedc82876c
1 changed files with 4 additions and 0 deletions
|
@ -361,6 +361,10 @@ class Mybot(commands.Cog):
|
||||||
@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)
|
||||||
|
async def joker(self, ctx):
|
||||||
|
await ctx.channel.send(trollpower())
|
||||||
#Fin des commandes pour troll.
|
#Fin des commandes pour troll.
|
||||||
|
|
||||||
def trollpower():
|
def trollpower():
|
||||||
|
|
Loading…
Reference in a new issue