瀏覽代碼

role: modify help text

master
lanvent 1 年之前
父節點
當前提交
be13400bc0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      plugins/role/role.py

+ 1
- 1
plugins/role/role.py 查看文件

@@ -119,7 +119,7 @@ class Role(Plugin):
e_context.action = EventAction.CONTINUE

def get_help_text(self):
help_text = "输入\"$角色 (角色名)\"或\"$role (角色名)\"为我设定角色吧,#reset 可以清除设定的角色。\n目前可用角色列表:\n"
help_text = "输入\"$角色 (角色名)\"或\"$role (角色名)\"为我设定角色吧,$停止扮演 可以清除设定的角色。\n目前可用角色列表:\n"
for role in self.roles:
help_text += f"[{role}]: {self.roles[role]['remark']}\n"
return help_text

Loading…
取消
儲存