diff --git a/src/main.py b/src/main.py index 1e7ad71..2a47acc 100644 --- a/src/main.py +++ b/src/main.py @@ -589,4 +589,4 @@ async def on_command_error(ctx, error): print(error) # Run the bot using the Discord bot token -bot.run("") +bot.run(os.environ['DISCORD_SECRET'])