Skip to content

Commit

Permalink
update admin_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
HibiKier committed Aug 18, 2021
1 parent 8b7adf0 commit 6a8eb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/admin_bot_manage/data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def remind_status(group: int, name: str, flag: bool) -> str:
else:
rst = "关闭"
if not await GroupRemind.get_status(group, name):
return f"该群已经{rst}{_name}请勿重复开启!"
return f"该群已经{rst}{_name}请勿重复关闭!"
if await GroupRemind.set_status(group, name, flag):
info = command_info_dt[_name] if command_info_dt.get(_name) else ""
if info:
Expand Down

0 comments on commit 6a8eb9e

Please sign in to comment.