fucking moron forgot to update the other getenv variable
This commit is contained in:
parent
e9f63a312b
commit
97ba653460
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user