diff --git a/robottas.py b/robottas.py index a88055b..be2f338 100755 --- a/robottas.py +++ b/robottas.py @@ -506,6 +506,7 @@ class Robottas(commands.Bot): try: for message in messages: await self.process_message(message) + logging.debug(message) await asyncio.sleep(3) except: