This commit is contained in:
2024-03-29 22:09:09 +01:00
parent f4f7b038df
commit cf70b195a0
+2
View File
@@ -592,6 +592,8 @@ async def check_data():
messages = [message async for message in channel.history(limit=1)] messages = [message async for message in channel.history(limit=1)]
for mess in messages: for mess in messages:
channel = mess.channel channel = mess.channel
with channel.typing():
asyncio.wait(10)
if os.path.getsize(LOGFILE) > 6000000: if os.path.getsize(LOGFILE) > 6000000:
await channel.send( await channel.send(
"*Conjurer porządkuje bar, wypala szklanki do czysta miotaczem płomieni ze swojej zbroi i ogólnie wygląda na zajętego....*" "*Conjurer porządkuje bar, wypala szklanki do czysta miotaczem płomieni ze swojej zbroi i ogólnie wygląda na zajętego....*"