diff --git a/bot.py b/bot.py index 0821d5c..4d56726 100644 --- a/bot.py +++ b/bot.py @@ -236,6 +236,7 @@ class Bot(commands.Bot): @self.event async def on_message(message): + print(message.content) if "ping" in message.content: await self.process_commands(message)