add command okre
This commit is contained in:
parent
aedc82876c
commit
23e6896be6
1 changed files with 6 additions and 2 deletions
|
@ -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():
|
||||||
|
|
Loading…
Reference in a new issue