From f1f39038123ecc34f2bc8c3cb6637c233c291ed0 Mon Sep 17 00:00:00 2001 From: Bobloy Date: Wed, 7 Mar 2018 10:31:14 -0500 Subject: [PATCH] Message at start --- chatter/chatter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatter/chatter.py b/chatter/chatter.py index 82c5a2a..b067ce3 100644 --- a/chatter/chatter.py +++ b/chatter/chatter.py @@ -34,7 +34,7 @@ class Chatter: self.loop = asyncio.get_event_loop() - async def _get_conversation(self, ctx, in_channel: discord.TextChannel): + async def _get_conversation(self, ctx, in_channel: discord.TextChannel=None): """ Compiles all conversation in the Guild this bot can get it's hands on Currently takes a stupid long time @@ -95,7 +95,7 @@ class Chatter: """ Trains the bot based on language in this guild """ - + await self.bot.say("Gathering conversations...") conversation = await self._get_conversation(ctx, channel) if not conversation: