From 1069274d6f0ca80a629a9bf3b3132595081ead8d Mon Sep 17 00:00:00 2001 From: Bobloy Date: Wed, 7 Mar 2018 11:05:52 -0500 Subject: [PATCH] that's v2 you ID 10 T --- chatter/chatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatter/chatter.py b/chatter/chatter.py index b067ce3..0599b5f 100644 --- a/chatter/chatter.py +++ b/chatter/chatter.py @@ -95,7 +95,7 @@ class Chatter: """ Trains the bot based on language in this guild """ - await self.bot.say("Gathering conversations...") + await ctx.send("Gathering conversations...") conversation = await self._get_conversation(ctx, channel) if not conversation: