mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
Update __init__.py
This commit is contained in:
parent
5c4b6a3f44
commit
f8760c3a36
@ -111,19 +111,6 @@ async def _(event: Union[GroupMessageEvent, MessageEvent], msg: Message = Comman
|
|||||||
'剩余免费时间: {2}分钟\n' \
|
'剩余免费时间: {2}分钟\n' \
|
||||||
'畅玩卡状态: {3}'.format(uid, coins, free_time, card)
|
'畅玩卡状态: {3}'.format(uid, coins, free_time, card)
|
||||||
await cloud_ys.finish(message)
|
await cloud_ys.finish(message)
|
||||||
#elif action.group('action') in ['签到', 'sign']:
|
|
||||||
|
|
||||||
# token = data[user_id]['token']
|
|
||||||
# uuid = data[user_id]['uuid']
|
|
||||||
|
|
||||||
# if await check_token(uuid, token):
|
|
||||||
# d1 = await get_Notification(uuid, token)
|
|
||||||
# signInfo = json.loads(d1['data']['list'][0]['msg'])
|
|
||||||
# if not list(d1['data']['list']):
|
|
||||||
# await cloud_ys.finish('今天已签到了哦~', at_sender=True)
|
|
||||||
# elif signInfo:
|
|
||||||
# await cloud_ys.finish(f'签到成功~ {signInfo["msg"]}: {signInfo["num"]}分钟', at_sender=True)
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
await cloud_ys.finish('参数错误!', at_sender=True)
|
await cloud_ys.finish('参数错误!', at_sender=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user