This commit is contained in:
2024-04-01 13:14:00 +02:00
parent 354afa97f9
commit ee2417ee00
+1 -1
View File
@@ -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: