poll for discord_token not token

This commit is contained in:
Luke Robles 2023-09-21 12:13:18 -07:00
parent c687c14fe0
commit cf6060d540

View File

@ -145,4 +145,4 @@ async def on_command_completion(ctx):
await channel.send(embed=embed)
bot.run(os.getenv("token"))
bot.run(os.getenv("discord_token"))