1
0
mirror of https://gitlab.com/ddorn/tfjm-discord-bot.git synced 2024-11-26 22:47:07 +00:00
tfjm-discord-bot/bot.py
2020-05-10 17:30:45 +02:00

5 lines
62 B
Python

from src import start
if __name__ == "__main__":
start()