Skip to content

Commit

Permalink
fix: sonar 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefissure committed Sep 26, 2024
1 parent 1ab9690 commit db1bee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ffxivbot/handlers/QQGroupCommand_sonar.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import random

GLOBAL_SONAR_RANKS = [
"50S", "60S", "70S", "80S", "90S",
"大象", "小电视", "海呱", "地呱", "雷马", "玉藻御前", "夜光花", "长须豹女王", "贝希摩斯", "奥丁"
"50S", "60S", "70S", "80S", "90S", "100S"
"大象", "小电视", "海呱", "地呱", "雷马", "玉藻御前", "夜光花", "长须豹女王", "贝希摩斯", "奥丁", "蛇蛇", "松鼠"
]

def get_server_from_keyword(keyword):
Expand Down Expand Up @@ -41,7 +41,7 @@ def handle_sonar_config(group, parameters):
if len(parameters) == 0 or parameters[0] == "help": # /sonar (help)
return """本群的 Sonar 推送配置:
/sonar info: 查看本群当前 Sonar 配置
/sonar rank/rank_del <50S/60S/70S/80S/90S/大象/小电视>: 添加/删除推送的上报类别
/sonar rank/rank_del <50S/60S/70S/80S/90S/100S/大象/小电视/蛇蛇/松鼠>: 添加/删除推送的上报类别
/sonar server/server_del <服务器/大区名称>: 添加/删推送的服务器
"""

Expand Down

0 comments on commit db1bee8

Please sign in to comment.