diff --git a/README.md b/README.md index 0e08b54..791a932 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/config/.gitignore b/config/.gitignore index c96a04f..bdf2e35 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1,2 +1,3 @@ * +!example_config.json !.gitignore \ No newline at end of file diff --git a/example_config.json b/config/example_config.json similarity index 100% rename from example_config.json rename to config/example_config.json