diff --git a/.gitignore b/.gitignore index ad6d00a..4e26907 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ yarn-error.log* lerna-debug.log* .pnpm-debug.log* -data/config.json # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json @@ -132,3 +131,7 @@ dist .yarn/install-state.gz .pnp.* +data + + + diff --git a/data/config.json b/data/config.json index 73ae847..e69de29 100644 --- a/data/config.json +++ b/data/config.json @@ -1,5 +0,0 @@ -{ - "token": "MTA5NDcyNzc4OTY4MjM4MDkyMg.GXRu96.tkaQ8XqbDgk4blhGk4sme6JGwQkgf9hQ92W15s", - "guild_id": "137291455336022018", - "voice_channel_id": "1094727789682380922" -} \ No newline at end of file