poll for discord_token not token

This commit is contained in:
Luke Robles 2023-09-21 12:13:18 -07:00
parent 3fd20c2f97
commit f918747073

View File

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