补充资源

This commit is contained in:
CMHopeSunshine 2022-06-03 14:53:09 +08:00
parent a447718a69
commit 11b82e5769
13 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ async def _(event: MessageEvent, state: T_State, msg: Message = CommandArg()):
if not ud_lmt.check(state['uid']): if not ud_lmt.check(state['uid']):
await update_info.finish(f'每个uid每5分钟才能更新一次信息请稍等一下吧~(剩余{ud_lmt.left_time(state["uid"])}秒)') await update_info.finish(f'每个uid每5分钟才能更新一次信息请稍等一下吧~(剩余{ud_lmt.left_time(state["uid"])}秒)')
if not ud_p_lmt.check(get_message_id(event)): if not ud_p_lmt.check(get_message_id(event)):
await update_info.finish(f'每个会话每12秒才能更新一次信息请稍等一下吧~(剩余{ud_lmt.left_time(state["uid"])}秒)') await update_info.finish(f'每个会话每12秒才能更新一次信息请稍等一下吧~(剩余{ud_lmt.left_time(get_message_id(event))}秒)')
@update_info.got('uid', prompt='请把要更新的uid给派蒙哦~') @update_info.got('uid', prompt='请把要更新的uid给派蒙哦~')

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB