mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
123
This commit is contained in:
@@ -592,6 +592,8 @@ async def check_data():
|
||||
messages = [message async for message in channel.history(limit=1)]
|
||||
for mess in messages:
|
||||
channel = mess.channel
|
||||
with channel.typing():
|
||||
asyncio.wait(10)
|
||||
if os.path.getsize(LOGFILE) > 6000000:
|
||||
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....*"
|
||||
|
||||
Reference in New Issue
Block a user