Skip to content

Commit dfcff82

Browse files
authored
Update readme.md
1 parent 9627fe7 commit dfcff82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ This bot is written in [Rust](https://www.rust-lang.org/) using the [serenity fr
2727
- A [RobotEvents v2 API bearer token](https://www.robotevents.com/api/v2/).
2828
- A discord application token.
2929

30-
Tokens should be placed in a `Secrets.toml` file in the repository's root directory. Example file:
30+
Tokens should be placed in `Secrets.toml` and `Secrets.dev.toml` files in the repository's root directory. Example file:
3131

3232
```toml
3333
DISCORD_TOKEN = ''
3434
ROBOTEVENTS_TOKEN = ''
3535
```
3636

37+
> `Secrets.dev.toml` will be used for local deployments while `Secrets.toml` will be used for deployments to the actual shuttle service.
38+
3739
### Testing the bot on a local instance
3840
This will temporarily deploy the bot using your local machine as a server for testing purposes:
3941
```sh

0 commit comments

Comments
 (0)