1
0
mirror of https://gitlab.com/ddorn/tfjm-discord-bot.git synced 2025-02-06 06:53:07 +00:00
2020-04-27 10:05:17 +02:00

6 lines
99 B
Python

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