DeprecationWarning

This commit is contained in:
Tofik Denianto 2021-10-30 02:49:37 +07:00 committed by GitHub
parent c7afeb2792
commit 60e4cfee9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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