Skip to content

Commit

Permalink
fix(creating-your-bot): Change Docker capitalisation (discordjs#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
GodderE2D authored Nov 22, 2021
1 parent 445218a commit 70a60a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/creating-your-bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you're using Git, you should not commit this file and should [ignore it via `

### Using environment variables

Environment variables are special values for your environment (e.g., terminal session, docker container, or environment variable file). You can pass these values into your code's scope so that you can use them.
Environment variables are special values for your environment (e.g., terminal session, Docker container, or environment variable file). You can pass these values into your code's scope so that you can use them.

One way to pass in environment variables is via the command line interface. When starting your app, instead of `node index.js`, use `TOKEN=your-token-goes-here node index.js`. You can repeat this pattern to expose other values as well.

Expand Down

0 comments on commit 70a60a4

Please sign in to comment.