From c93752088f64b068091bd4cda0b99610645f9f91 Mon Sep 17 00:00:00 2001 From: Bobloy Date: Wed, 7 Mar 2018 11:42:40 -0500 Subject: [PATCH] That's why I didn't have it.. --- chatter/chatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatter/chatter.py b/chatter/chatter.py index 0599b5f..3498af6 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 ctx.send("Gathering conversations...") + conversation = await self._get_conversation(ctx, channel) if not conversation: