菜单还是支持群里发送。
This commit is contained in:
@@ -148,7 +148,7 @@ class GroupBotManager:
|
||||
|
||||
# 如果是MENU指令,返回功能列表
|
||||
if command_str.strip().upper() == "菜单":
|
||||
return f"群ID:{group_id} \n {GroupBotManager.display_menu_status(group_id)}"
|
||||
return f"群ID:{group_id} \n {GroupBotManager.get_enabled_features(group_id)}"
|
||||
|
||||
# 如果是MENU-STATUS指令,返回功能列表及其状态
|
||||
if command_str.strip().upper() == "菜单状态":
|
||||
|
||||
Reference in New Issue
Block a user