1
0
mirror of https://gitlab.com/ddorn/tfjm-discord-bot.git synced 2025-07-08 06:50:20 +02:00

♻️ change structure to grow more

This commit is contained in:
ddorn
2020-04-27 10:05:17 +02:00
parent 0c2088bd68
commit ec9671efaf
7 changed files with 348 additions and 290 deletions

5
bot.py Normal file
View File

@ -0,0 +1,5 @@
from src import bot
from src.constants import TOKEN
if __name__ == "__main__":
bot.run(TOKEN)