diff --git a/chatter/chat.py b/chatter/chat.py index cd90fcb..2d3dfb6 100644 --- a/chatter/chat.py +++ b/chatter/chat.py @@ -180,6 +180,7 @@ class Chatter(Cog): else: await ctx.send("Error occurred :(") + @commands.Cog.listener() async def on_message(self, message: discord.Message): """ Credit to https://github.com/Twentysix26/26-Cogs/blob/master/cleverbot/cleverbot.py