forked from mttu-developers/konabot
调整 man
This commit is contained in:
@ -1,9 +0,0 @@
|
|||||||
指令介绍
|
|
||||||
怪话过滤 - 去除含有关键词的怪话
|
|
||||||
|
|
||||||
使用方法
|
|
||||||
`怪话过滤 说的道理`
|
|
||||||
去除所有含有“说的道理”的怪话
|
|
||||||
|
|
||||||
另见
|
|
||||||
怪话(1)
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
指令介绍
|
|
||||||
说点怪话/说些怪话 - 让 BOT 学群友胡言乱语
|
|
||||||
|
|
||||||
适用范围
|
|
||||||
为保证安全,只有少数授权的群聊可以使用该指令
|
|
||||||
|
|
||||||
使用方法
|
|
||||||
`说点怪话 今天吃什么`
|
|
||||||
期待 Bot 会回答你什么吧
|
|
||||||
|
|
||||||
`说些怪话 明天不想上体育课`
|
|
||||||
Bot 会回复你三句怪话
|
|
||||||
@ -75,7 +75,7 @@ async def _(
|
|||||||
else:
|
else:
|
||||||
# 查阅模式
|
# 查阅模式
|
||||||
if section is None:
|
if section is None:
|
||||||
section_set = {1}
|
section_set = {1, 7}
|
||||||
else:
|
else:
|
||||||
section_set = {section}
|
section_set = {section}
|
||||||
if 1 in section_set and is_admin(event):
|
if 1 in section_set and is_admin(event):
|
||||||
|
|||||||
Reference in New Issue
Block a user