1
0
mirror of https://gitlab.com/ddorn/tfjm-discord-bot.git synced 2025-07-07 18:40:14 +02:00
Files
tfjm-discord-bot/bot.py
2020-05-16 18:12:13 +02:00

5 lines
62 B
Python

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