This commit is contained in:
Tofik Denianto 2021-10-30 03:19:54 +07:00 committed by GitHub
parent da45831fcd
commit 0a13d2b516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,5 @@ async def mulai_bot():
await bot.stop()
loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)
loop = asyncio.get_event_loop()
loop.run_until_complete(mulai_bot())