mabel chat for discord

This commit is contained in:
William Lane
2023-03-19 18:14:14 -07:00
commit 351addb9c8
11 changed files with 72 additions and 0 deletions

4
run.py Normal file
View File

@@ -0,0 +1,4 @@
from app.discord_bot.connect_discord import client, discord_token
if __name__ == '__main__':
client.run(discord_token)