fix async blocking issue

This commit is contained in:
William Lane
2023-03-20 10:25:36 -07:00
parent 441e5e2422
commit be00ef3e50
4 changed files with 11 additions and 9 deletions

1
run.py
View File

@@ -2,4 +2,5 @@ from app.discord_bot.connect_discord import client, discord_token
if __name__ == '__main__':
print("Starting Discord Bot")
# run the discord bot on port 8080
client.run(discord_token)