poll for discord_token not token
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Robles 2023-09-21 12:13:18 -07:00
parent 5ffca03da7
commit abdaf8b9ec

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