aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChienDice/config.toml
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-19 01:23:44 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-19 01:23:44 +0800
commit23b32b900423ae8fe36a50224f0308cb3d97d4d0 (patch)
treeb5a59158f31d7aed0e3d65b0cb1563e7e5ff7edc /ChienDice/config.toml
parenta69a07edfedf5e15d8013fb639ed6574e0078988 (diff)
downloadHydroRoll-23b32b900423ae8fe36a50224f0308cb3d97d4d0.tar.gz
HydroRoll-23b32b900423ae8fe36a50224f0308cb3d97d4d0.zip
🏷bump
Diffstat (limited to 'ChienDice/config.toml')
-rw-r--r--ChienDice/config.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChienDice/config.toml b/ChienDice/config.toml
new file mode 100644
index 0000000..0c4aa7b
--- /dev/null
+++ b/ChienDice/config.toml
@@ -0,0 +1,14 @@
+[bot]
+plugins = []
+plugin_dirs = ["plugins"]
+adapters = ["iamai.adapter.cqhttp"]
+
+[bot.log]
+level = "INFO"
+verbose_exception = true
+
+[adapter.cqhttp]
+adapter_type = "reverse-ws"
+host = "127.0.0.1"
+port = 8080
+url = "/cqhttp/ws" \ No newline at end of file