mirror of
https://github.com/Dangoware/oden-music-bot.git
synced 2025-04-19 07:12:57 -05:00
Make main.py use environment variable for the secret
This commit is contained in:
parent
e0cad01148
commit
0d1620d0bd
1 changed files with 1 additions and 1 deletions
|
@ -589,4 +589,4 @@ async def on_command_error(ctx, error):
|
||||||
print(error)
|
print(error)
|
||||||
|
|
||||||
# Run the bot using the Discord bot token
|
# Run the bot using the Discord bot token
|
||||||
bot.run("")
|
bot.run(os.environ['DISCORD_SECRET'])
|
||||||
|
|
Loading…
Reference in a new issue