This commit is contained in:
Wuyi无疑 2022-06-02 09:12:34 +08:00 committed by GitHub
parent e6f3d61995
commit e552b8b89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,7 +329,7 @@ async def send_card_info(bot: HoshinoBot, ev: CQEvent):
else:
if m == '全部数据':
if qid in bot.config.SUPERUSERS:
await bot.send('开始刷新全部数据,这可能需要相当长的一段时间!!')
await bot.send(ev, '开始刷新全部数据,这可能需要相当长的一段时间!!')
im = await refresh_charData()
await bot.send(ev, str(im))
return