We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63d1b8 commit fdc6428Copy full SHA for fdc6428
bot.py
@@ -205,7 +205,7 @@ async def on_ready(self):
205
await self.config.update()
206
207
closures = self.config.get('closures', {}).copy()
208
- print(closures) # for debugging
+
209
for recipient_id, items in closures.items():
210
after = (datetime.datetime.fromisoformat(items['time']) -
211
datetime.datetime.utcnow()).total_seconds()
0 commit comments