1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-06-16 07:16:41 +00:00

Merge branch 'patch-1' into 'master'

Update README.md

See merge request simple-stock-bots/simple-discord-stock-bot!3
This commit is contained in:
Anson Biggs 2021-02-12 05:28:58 +00:00
commit 77c618aef2

View File

@ -149,7 +149,7 @@ Then run the bot using your API keys.
``` ```
docker run --detach \ docker run --detach \
-e discord=DISCORD_TOKEN \ -e DISCORD=DISCORD_TOKEN \
-e IEX=IEX_TOKEN \ -e IEX=IEX_TOKEN \
simple-discord-bot simple-discord-bot
``` ```