🐛 sticker fix a bug
This commit is contained in:
parent
459ec408f5
commit
8f2ad079ef
@ -118,6 +118,7 @@ async def sticker(context):
|
|||||||
return
|
return
|
||||||
|
|
||||||
# 是否添加到指定贴纸包
|
# 是否添加到指定贴纸包
|
||||||
|
if len(context.parameter) >= 1:
|
||||||
if context.parameter[0] == "to":
|
if context.parameter[0] == "to":
|
||||||
if len(context.parameter) == 2:
|
if len(context.parameter) == 2:
|
||||||
to_sticker_set = context.parameter[1]
|
to_sticker_set = context.parameter[1]
|
||||||
|
Loading…
Reference in New Issue
Block a user