From ee2417ee009233fe4de900937808ab25edbeb325 Mon Sep 17 00:00:00 2001 From: Migatu Date: Mon, 1 Apr 2024 13:14:00 +0200 Subject: [PATCH] a1 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index a4069e1..cb037a5 100644 --- a/bot.py +++ b/bot.py @@ -610,7 +610,7 @@ async def check_data(): in a Discord channel. """ # trunk-ignore(codespell/misspelled) - logger.info("Heartbeat of cleanup proc") + #logger.info("Heartbeat of cleanup proc") channel = client.get_channel(1062047367337095268) messages = [message async for message in channel.history(limit=1)] for mess in messages: