diff options
| author | 2023-04-19 16:58:55 +0800 | |
|---|---|---|
| committer | 2023-04-19 16:58:55 +0800 | |
| commit | bfac2edccf0f83caab5321587de3d7876fd52871 (patch) | |
| tree | e71d59e0ef7d642a712ba963b7b5096c454b96c1 /ChienDice/config.toml | |
| parent | 23b32b900423ae8fe36a50224f0308cb3d97d4d0 (diff) | |
| download | HydroRoll-bfac2edccf0f83caab5321587de3d7876fd52871.tar.gz HydroRoll-bfac2edccf0f83caab5321587de3d7876fd52871.zip | |
🐛修复指令前缀bug失效问题
Diffstat (limited to 'ChienDice/config.toml')
| -rw-r--r-- | ChienDice/config.toml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/ChienDice/config.toml b/ChienDice/config.toml index 0c4aa7b..25ce660 100644 --- a/ChienDice/config.toml +++ b/ChienDice/config.toml @@ -1,7 +1,17 @@ +[Chien] +version = "v0.1.0" +svn = "1" +author = "简律纯" + +[Chien.self] +header = "Hydro系[1]号" +info = "一只水系骰子..." + + [bot] plugins = [] plugin_dirs = ["plugins"] -adapters = ["iamai.adapter.cqhttp"] +adapters = ["iamai.adapter.cqhttp","iamai.adapter.apscheduler"] [bot.log] level = "INFO" @@ -11,4 +21,8 @@ verbose_exception = true adapter_type = "reverse-ws" host = "127.0.0.1" port = 8080 -url = "/cqhttp/ws"
\ No newline at end of file +url = "/cqhttp/ws" +show_raw = false + +[adapter.apscheduler] +scheduler_config = { "apscheduler.timezone" = "Asia/Shanghai" }
\ No newline at end of file |
