updated config file readme
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Carter Penterman 2022-07-10 12:55:33 -05:00
parent 1af0223042
commit 444e8d78aa
3 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
to setup (requires node.js): to setup (requires node.js):
* create a copy of example_config.json named config.json * (in the config folder) create a copy of example_config.json named config.json
* fill out empty values with correct values in config.json (token is discord token, cookie is .ROBLOSECURITY cookie, clientId is the bot's ID (right click bot in discord then choose copy ID with developer mode enabled)) * fill out empty values with correct values in config.json (token is discord token, cookie is .ROBLOSECURITY cookie, clientId is the bot's ID (right click bot in discord then choose copy ID with developer mode enabled))
* install dependencies * install dependencies
``` ```

1
config/.gitignore vendored
View File

@ -1,2 +1,3 @@
* *
!example_config.json
!.gitignore !.gitignore