tfjm-discord-bot/bot.py

5 lines
62 B
Python

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