加入功能开启显示指令
This commit is contained in:
@@ -138,7 +138,7 @@ class GroupBotManager:
|
|||||||
return GroupBotManager.display_menu()
|
return GroupBotManager.display_menu()
|
||||||
|
|
||||||
# 如果是MENU-STATUS指令,返回功能列表及其状态
|
# 如果是MENU-STATUS指令,返回功能列表及其状态
|
||||||
if command_str.strip().upper() == "MENU-STATUS":
|
if command_str.strip().upper() == "MENU_STATUS":
|
||||||
return GroupBotManager.display_menu_status(group_id)
|
return GroupBotManager.display_menu_status(group_id)
|
||||||
|
|
||||||
# 如果是GROUP_LIST指令,返回 group:list 清单
|
# 如果是GROUP_LIST指令,返回 group:list 清单
|
||||||
|
|||||||
Reference in New Issue
Block a user