mirror of
https://github.com/AskDavis/nate-discord.git
synced 2026-01-01 05:05:58 -08:00
6 lines
197 B
Python
6 lines
197 B
Python
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) |