From 35f818d00d75ba58f792fda6bd728e93bf88d3f8 Mon Sep 17 00:00:00 2001 From: tamservo Date: Sat, 9 Mar 2024 10:14:14 -0500 Subject: [PATCH] Logging messages from db. --- robottas.py | 1 + 1 file changed, 1 insertion(+) 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: