We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0221d02 commit e8363f8Copy full SHA for e8363f8
1 file changed
src/EuroPythonBot/bot.py
@@ -13,7 +13,7 @@
13
from EuroPythonBot.program_notifications.cog import ProgramNotificationsCog
14
from EuroPythonBot.registration.cog import RegistrationCog
15
16
-load_dotenv(Path(__file__).resolve().parent.parent / ".secrets")
+load_dotenv(Path(__file__).resolve().parent.parent.parent / ".secrets")
17
DISCORD_BOT_TOKEN = os.getenv("DISCORD_BOT_TOKEN")
18
19
_logger = logging.getLogger("bot")
0 commit comments