Skip to content

Commit

Permalink
Merge pull request #158 from NotUnlikeTheWaves/patch-1
Browse files Browse the repository at this point in the history
Mention using envvar for bot token in readme
  • Loading branch information
Alasnkz authored Nov 2, 2020
2 parents a03930b + a7816dc commit 86f57a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ How to install
2. Edit the server configuration (*server.cfg*) as follows:
- Windows: `plugins discord-connector`
- Linux: `plugins discord-connector.so`
3. Add `discord_bot_token YOURDISCORDBOTTOKEN` to your *server.cfg* file (__never share your bot token with anyone!__)
3. Add `discord_bot_token YOURDISCORDBOTTOKEN` to your *server.cfg* file, or set it in the environment variable `SAMP_DISCORD_BOT_TOKEN` (__never share your bot token with anyone!__)

Build instruction
---------------
Expand Down

0 comments on commit 86f57a7

Please sign in to comment.