diff options
| author | 2023-08-13 12:23:35 +0800 | |
|---|---|---|
| committer | 2023-08-13 12:23:35 +0800 | |
| commit | 5f1c3792cae7ab78e6b85ed69f61534854b633a8 (patch) | |
| tree | 335f1c73583762e83679aa588a00cc55fdd9ad79 /tests/config.toml | |
| parent | c3508543f1aa6b29a5045bd846408c6141e77eca (diff) | |
| download | HydroRoll-5f1c3792cae7ab78e6b85ed69f61534854b633a8.tar.gz HydroRoll-5f1c3792cae7ab78e6b85ed69f61534854b633a8.zip | |
feat: 优化架构
Diffstat (limited to 'tests/config.toml')
| -rw-r--r-- | tests/config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/config.toml b/tests/config.toml index d4b4697..f69b51b 100644 --- a/tests/config.toml +++ b/tests/config.toml @@ -1,12 +1,18 @@ [bot] plugins = [] plugin_dirs = ["plugins"] +rules = [] +rule_dirs = ["rules"] adapters = ["iamai.adapter.cqhttp","iamai.adapter.apscheduler"] [bot.log] level = "INFO" verbose_exception = true +[plugin.HydroRoll.rule] +rules = [] +rule_dirs = ["rules"] + [adapter.cqhttp] adapter_type = "reverse-ws" host = "127.0.0.1" |
