mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
Tes cleanmode AFK
This commit is contained in:
parent
a6bb27bdd3
commit
2f097f51a9
1 changed files with 1 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ async def start_bot():
|
|||
)
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
asyncio.create_task(auto_clean())
|
||||
await idle()
|
||||
await app.stop()
|
||||
await user.stop()
|
||||
|
|
@ -337,5 +337,4 @@ General command are:
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
asyncio.create_task(auto_clean())
|
||||
loop.run_until_complete(start_bot())
|
||||
|
|
|
|||
Loading…
Reference in a new issue