🎨 签到改为gs签到或者米游社签到(#302)

This commit is contained in:
Wuyi无疑 2022-08-30 14:20:42 +08:00 committed by GitHub
parent 11a5da22ef
commit 490528b716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ async def sign_at_night():
# 群聊内 签到 功能
@sv.on_fullmatch('签到')
@sv.on_rex(r'^(gs|米游社)(签到)$')
async def get_sign_func(bot: HoshinoBot, ev: CQEvent):
logger.info('开始执行[签到]')
qid = int(ev.sender['user_id']) # type: ignore