diff --git a/.gitignore b/.gitignore index 9a5aced..ef98451 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,5 @@ dist # Vite logs files vite.config.js.timestamp-* vite.config.ts.timestamp-* + +config.json diff --git a/README.md b/README.md index 258cd57..69690c3 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -todo +# Config + +For this code to work you need a config.json file with the following content: +```json +{ + "token":"Your bot token here", + "clientId":"Your Bot id here", + "guildId":"Your server id here" +} +```