fixed python version; path bugs

This commit is contained in:
William Lane
2023-03-19 18:48:07 -07:00
parent 351addb9c8
commit 1c27103984
4 changed files with 22 additions and 1 deletions

1
run.py
View File

@@ -1,4 +1,5 @@
from app.discord_bot.connect_discord import client, discord_token
if __name__ == '__main__':
print("Starting Discord Bot")
client.run(discord_token)