update readme

This commit is contained in:
ReaperOfVeriod
2025-08-03 16:28:45 +02:00
parent d830573c7b
commit b448112fa2
2 changed files with 12 additions and 1 deletions
+2
View File
@@ -137,3 +137,5 @@ dist
# Vite logs files
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
config.json
+10 -1
View File
@@ -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"
}
```