mirror of
https://github.com/AskDavis/nate-discord.git
synced 2026-01-02 11:59:48 -08:00
4 lines
124 B
Python
4 lines
124 B
Python
from app.discord_bot.connect_discord import client, discord_token
|
|
|
|
if __name__ == '__main__':
|
|
client.run(discord_token) |