from os import getenv from dotenv import load_dotenv load_dotenv() DISCORD_TOKEN = getenv("DISCORD_TOKEN") DB_PATH = "data.db"