mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 12:24: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:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
asyncio.create_task(auto_clean())
|
||||||
await idle()
|
await idle()
|
||||||
await app.stop()
|
await app.stop()
|
||||||
await user.stop()
|
await user.stop()
|
||||||
|
|
@ -337,5 +337,4 @@ General command are:
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
asyncio.create_task(auto_clean())
|
|
||||||
loop.run_until_complete(start_bot())
|
loop.run_until_complete(start_bot())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue