feat: 允许自定义命令前缀

This commit is contained in:
RockChinQ
2024-07-28 16:01:58 +08:00
parent 68ddb3a6e1
commit 48cc3656bd
17 changed files with 35 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
{
"privilege": {}
"privilege": {},
"command-prefix": [
"!",
""
]
}