From 6352556f9eaad6d7e0759806dc6105525196fcec Mon Sep 17 00:00:00 2001 From: BFlow Date: Sun, 15 Mar 2020 22:16:16 +0100 Subject: [PATCH] #1 add gif command --- kabot/kabot/kabot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 0be6ae6..4b1f9c3 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -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):