From 97ba653460e8bcbfd22cae3853c185c500c2f620 Mon Sep 17 00:00:00 2001 From: nameless Date: Mon, 19 Aug 2024 12:10:07 -0400 Subject: [PATCH] fucking moron forgot to update the other getenv variable --- watchdog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchdog.py b/watchdog.py index 6477721..b7e93b5 100644 --- a/watchdog.py +++ b/watchdog.py @@ -107,7 +107,7 @@ bot = Watchdog() if __name__ == "__main__": try: - bot.run(getenv("BOT_TOKEN")) + bot.run(environ["BOT_TOKEN"]) except discord.errors.LoginFailure: console.print("Token invalid. Check your .env file", style="bold red")