This commit is contained in:
2024-03-29 21:44:06 +01:00
parent 15cc5abfcf
commit 92987fb368
+1
View File
@@ -646,6 +646,7 @@ async def check_data():
global LAST_SPONTANEOUS_CALL
tdelta = LAST_SPONTANEOUS_CALL - datetime.now()
tdelta = tdelta.total_seconds()
logger.info(tdelta)
if tdelta > 12:
channel = client.get_channel(1062047571557744721)
LAST_SPONTANEOUS_CALL = datetime.now()