Update __init__.py

This commit is contained in:
mmmjie 2023-04-26 19:01:49 +08:00 committed by GitHub
parent bc755ea6ec
commit 18a220440b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ async def _(bot: Bot, event: GroupMessageEvent, arg: Message = CommandArg()):
await use_props.send(msg, at_sender=True) await use_props.send(msg, at_sender=True)
logger.info(f"使用道具 {name} {num} 次成功", event.user_id, event.group_id) logger.info(f"使用道具 {name} {num} 次成功", event.user_id, event.group_id)
await UserShopGoldLog.create( await UserShopGoldLog.create(
user_qq=event.user_id, user_id=event.user_id,
group_id=event.group_id, group_id=event.group_id,
type=1, type=1,
name=name, name=name,