mirror of
https://git.sdf.org/tamservo/robottas.git
synced 2025-11-08 07:03:47 -05:00
Logging messages from db.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user