Logging messages from db.

This commit is contained in:
tamservo 2024-03-09 10:14:14 -05:00
parent 3f3b8c53b2
commit 35f818d00d
1 changed files with 1 additions and 0 deletions

View File

@ -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: