From 093c5408495a6e442ec89a4fc154b76abf9784c8 Mon Sep 17 00:00:00 2001 From: RainBow <94736026+rainbowwarmth@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:49:14 +0800 Subject: [PATCH] Create config.json --- config/config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/config.json diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..3996bc9 --- /dev/null +++ b/config/config.json @@ -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 * * * * ?" +}