diff --git a/main.py b/main.py index c85d35f..02df684 100644 --- a/main.py +++ b/main.py @@ -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())