mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Fix
This commit is contained in:
@@ -100,4 +100,4 @@ async def start_discord_sevice():
|
|||||||
print("Starting Discord service...")
|
print("Starting Discord service...")
|
||||||
|
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
await loop.run_in_executor(None, client.run, config.DISCORD_BOT_TOKE)
|
await loop.run_in_executor(None, client.run, config.DISCORD_BOT_TOKEN)
|
||||||
|
|||||||
Reference in New Issue
Block a user