tfjm-discord-bot/bot.py

6 lines
99 B
Python
Raw Normal View History

from src import bot
from src.constants import TOKEN
if __name__ == "__main__":
bot.run(TOKEN)