🎨 添加留影叙佳期触发词原神画片 (#551)

* Update '原神画片' __init__.py

* Update '原神画片' __init__.py
This commit is contained in:
Chikaa千花 2023-05-27 13:36:03 +08:00 committed by GitHub
parent a0eff74340
commit 3b8b279dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ sv_post_my_draw = SV('留影叙佳期')
# 群聊内 每月统计 功能
@sv_post_my_draw.on_fullmatch(('留影叙佳期'))
@sv_post_my_draw.on_fullmatch(('留影叙佳期', '原神画片'))
async def send_postdraw_data(bot: Bot, ev: Event):
sqla = get_sqla(ev.bot_id)
uid = await sqla.get_bind_uid(ev.user_id)