add command joe
This commit is contained in:
parent
4727e7416b
commit
f5c063a1a8
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,10 @@ class Mybot(commands.Cog):
|
|||
except ApiException as e:
|
||||
await ctx.channel.send("Exception when calling DefaultApi->gifs_search_get: %s\n" % e)
|
||||
|
||||
@commands.command(help='Trollpower !')
|
||||
async def joe(self,ctx):
|
||||
await ctx.channel.send('Bah alors, on sait plus écrire, je te donne un indice: il te manque une lettre! :sweat_drops: :tongue:')
|
||||
|
||||
@commands.guild_only()
|
||||
@commands.command()
|
||||
async def joke(self, ctx, folder=None):
|
||||
|
|
Loading…
Reference in a new issue