Skip to content

Commit

Permalink
Create config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowwarmth authored Nov 9, 2024
1 parent ef2da85 commit 093c540
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"initConfig": {
"appID": "APPID",
"token": "TOKEN",
"intents": [
"GUILD_MESSAGES",
"DIRECT_MESSAGE"
],
"sandbox": false
},
"databaseConfig": {
"unixsocket": "/run/redis/redis-server.sock"
},
"log_level": "all",
"devEnv": "false",
"executablePath": "",
"cron": "0/1 * * * * ?"
}

0 comments on commit 093c540

Please sign in to comment.