feature/verify-submit #1

Merged
itzaname merged 3 commits from feature/verify-submit into master 2022-07-12 02:09:08 +00:00
3 changed files with 2 additions and 1 deletions
Showing only changes of commit 444e8d78aa - Show all commits

View File

@ -2,7 +2,7 @@
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))
* install dependencies
```

1
config/.gitignore vendored
View File

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