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

print direct messages

This commit is contained in:
ddorn
2020-05-10 17:30:45 +02:00
parent 4492a5785d
commit ab02ffa859
6 changed files with 47 additions and 22 deletions

5
bot.py
View File

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