mirror of
https://git.sdf.org/tamservo/robottas.git
synced 2025-11-13 09:33:46 -05:00
Logging messages from db.
This commit is contained in:
@@ -506,6 +506,7 @@ class Robottas(commands.Bot):
|
|||||||
try:
|
try:
|
||||||
for message in messages:
|
for message in messages:
|
||||||
await self.process_message(message)
|
await self.process_message(message)
|
||||||
|
logging.debug(message)
|
||||||
|
|
||||||
await asyncio.sleep(3)
|
await asyncio.sleep(3)
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user