Skip to content
GitLab
菜单
项目
群组
代码片段
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
Zhang Guoqiang
yobot
提交
3b8fa55a
提交
3b8fa55a
编辑于
5月 21, 2020
作者:
windylh
浏览文件
fix:well & add:miner
上级
8414bc3a
变更
1
Hide whitespace changes
Inline
Side-by-side
src/client/ybplugins/jjc_consult.py
浏览文件 @
3b8fa55a
...
...
@@ -275,7 +275,7 @@ class Consult:
cmd
=
cmd
.
lstrip
()
if
cmd
.
isdigit
()
and
15001
>=
int
(
cmd
)
>=
1
:
rank
=
int
(
cmd
)
reply
=
"当前排名为:{}
\n
最高排名奖励还剩 {} 钻
\n
历届最高排名还剩 {} 钻"
.
format
(
rank
,
get_this_season
(
rank
),
get_all_season
(
rank
))
reply
=
"当前排名为:{}
\n
最高排名奖励还剩 {} 钻
\n
历届最高排名还剩 {} 钻"
.
format
(
rank
,
self
.
get_this_season
(
rank
),
self
.
get_all_season
(
rank
))
return
reply
else
:
reply
=
"请输入1~15001之间的整数"
...
...
编辑
预览
Supports
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录