#1 add gif command

This commit is contained in:
BFlow 2020-03-15 22:16:16 +01:00
parent 8ac8a390aa
commit 6352556f9e

View file

@ -67,7 +67,7 @@ class Mybot(commands.Cog):
get_url['url']
ctx.channel.send(get_url['url'])
except ApiException as e:
ctx.channel.send("Exception when calling DefaultApi->gifs_search_get: %s\n" % e)
ctx.send("Exception when calling DefaultApi->gifs_search_get: %s\n" % e)
@commands.command()
async def welcome(self, ctx):