From 444e8d78aa2f51a3555af6095bd2db7bfdad93e8 Mon Sep 17 00:00:00 2001 From: Carter Penterman Date: Sun, 10 Jul 2022 12:55:33 -0500 Subject: [PATCH] updated config file readme --- README.md | 2 +- config/.gitignore | 1 + example_config.json => config/example_config.json | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename example_config.json => config/example_config.json (100%) 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