diff options
| author | 2023-11-06 23:29:40 +0800 | |
|---|---|---|
| committer | 2023-11-06 23:29:40 +0800 | |
| commit | f3bea281fbe19f5c8b4fae94b8832eee3ccfcf70 (patch) | |
| tree | 90132b80b643cdf5e3295e93dda542c27bb5283a /tests/config.toml | |
| parent | 70c118d37cd784861bec712000d7014302591256 (diff) | |
| download | HydroRoll-f3bea281fbe19f5c8b4fae94b8832eee3ccfcf70.tar.gz HydroRoll-f3bea281fbe19f5c8b4fae94b8832eee3ccfcf70.zip | |
refactor(file tree): `tests` -> `example`
Diffstat (limited to 'tests/config.toml')
| -rw-r--r-- | tests/config.toml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/config.toml b/tests/config.toml deleted file mode 100644 index 19e1e5f..0000000 --- a/tests/config.toml +++ /dev/null @@ -1,25 +0,0 @@ -[bot] -plugins = [] -plugin_dirs = ["plugins"] -rules = [] -rule_dirs = ["rules"] -adapters = ["iamai.adapter.cqhttp","iamai.adapter.apscheduler"] - -[bot.log] -level = "INFO" -verbose_exception = true - -[adapter.cqhttp] -adapter_type = "reverse-ws" -host = "127.0.0.1" -port = 8080 -url = "/cqhttp/ws" -show_raw = false - -[adapter.apscheduler] -scheduler_config = { "apscheduler.timezone" = "Asia/Shanghai" } - -[plugin.HydroRoll] -uid = '' -rules = [] -rule_dirs = ["rules"]
\ No newline at end of file |
