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 'master' of gitlab.com:simple-stock-bots/simple-discord-stock-bot

This commit is contained in:
Anson Biggs 2021-02-12 20:55:54 -07:00
commit 6e9e98e069

View File

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