fucking moron forgot to update the other getenv variable

This commit is contained in:
nameless 2024-08-19 12:10:07 -04:00
parent e9f63a312b
commit 97ba653460

View File

@ -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")