mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2024-11-27 02:13:05 +00:00
6 lines
99 B
Python
6 lines
99 B
Python
|
from src import bot
|
||
|
from src.constants import TOKEN
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
bot.run(TOKEN)
|