add command joe

This commit is contained in:
BFlow 2020-04-29 14:27:00 +02:00
parent 4727e7416b
commit f5c063a1a8

View file

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