File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,15 @@ This bot is written in [Rust](https://www.rust-lang.org/) using the [serenity fr
27
27
- A [ RobotEvents v2 API bearer token] ( https://www.robotevents.com/api/v2/ ) .
28
28
- A discord application token.
29
29
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:
31
31
32
32
``` toml
33
33
DISCORD_TOKEN = ' '
34
34
ROBOTEVENTS_TOKEN = ' '
35
35
```
36
36
37
+ > ` Secrets.dev.toml ` will be used for local deployments while ` Secrets.toml ` will be used for deployments to the actual shuttle service.
38
+
37
39
### Testing the bot on a local instance
38
40
This will temporarily deploy the bot using your local machine as a server for testing purposes:
39
41
``` sh
You can’t perform that action at this time.
0 commit comments