#1 add gif command
This commit is contained in:
parent
8ac8a390aa
commit
6352556f9e
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue