mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
为#刷新排行 增加提醒,防止因为uid数据基数过大导致用户认为命令未触发而进行二次#刷新排行 (#269)
This commit is contained in:
parent
fd7afd241e
commit
6589fef63c
@ -95,6 +95,7 @@ export async function refreshRank (e) {
|
||||
e.reply('只有管理员可刷新排名...')
|
||||
return true
|
||||
}
|
||||
e.reply('面板数据刷新中,等待时间可能较长,请耐心等待...')
|
||||
let groupUids = await Common.getGroupUids(e)
|
||||
let count = 0
|
||||
for (let qq in groupUids) {
|
||||
|
Loading…
Reference in New Issue
Block a user