mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 11:26:43 +08:00
修正注释错误...
This commit is contained in:
parent
48210675f7
commit
d3a782cb18
@ -13,7 +13,7 @@ class PlugConfig(BaseSettings):
|
||||
bison_to_me: bool = True
|
||||
bison_skip_browser_check: bool = False
|
||||
bison_use_pic_merge: int = 0#多图片时启用图片合并转发(仅限群),当bison_use_queue为False时该配置不会生效
|
||||
#0:不启用;1:首条消息单独发送,剩余照片合并转发;3:所有消息全部合并转发
|
||||
#0:不启用;1:首条消息单独发送,剩余照片合并转发;2以及以上:所有消息全部合并转发
|
||||
class Config:
|
||||
extra = "ignore"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user