tiny import commit

main
Anorak_1 2023-08-17 23:28:55 +02:00
parent 13ae534e56
commit a00cb9977b
1 changed files with 3 additions and 0 deletions

3
bot.py
View File

@ -12,6 +12,9 @@ from dbutil import MessageDB
from dbutil import StartButtonDB
from dbutil import GuildAppDB
from action import Action, ActionInteraction
load_dotenv()
TOKEN = os.getenv("TOKEN")