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: