tiny import commit
parent
13ae534e56
commit
a00cb9977b
3
bot.py
3
bot.py
|
@ -12,6 +12,9 @@ from dbutil import MessageDB
|
||||||
from dbutil import StartButtonDB
|
from dbutil import StartButtonDB
|
||||||
from dbutil import GuildAppDB
|
from dbutil import GuildAppDB
|
||||||
|
|
||||||
|
from action import Action, ActionInteraction
|
||||||
|
|
||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
TOKEN = os.getenv("TOKEN")
|
TOKEN = os.getenv("TOKEN")
|
||||||
|
|
Loading…
Reference in New Issue