mirror of
https://github.com/AskDavis/nate-discord.git
synced 2025-12-31 20:55:58 -08:00
5 lines
158 B
Python
5 lines
158 B
Python
from app.discord_bot.connect_discord import client, discord_token
|
|
|
|
if __name__ == '__main__':
|
|
print("Starting Discord Bot")
|
|
client.run(discord_token) |