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