Skip to content

Commit

Permalink
update plugin sticker_refactor v1.0.2.c2027e60
Browse files Browse the repository at this point in the history
  • Loading branch information
guimc233 committed Jul 3, 2023
1 parent 4857c9d commit 6fbc771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"list": [
{
"name": "sticker_refactor",
"version": "1.0.1.0d6ebdeb",
"version": "1.0.2.c2027e60",
"section": "chat",
"maintainer": "Guimc",
"size": "8.44kb",
Expand Down
2 changes: 1 addition & 1 deletion sticker_refactor/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async def add_to_stickers(sticker: Message):
await conv.mark_as_read()
if not resp.text.startswith("Thanks!"):
await easy_ask(["/cancel"], conv)
raise RuntimeError(f"无法添加贴纸, @Sticker 回复:\n{resp.text}")
raise GeneralError(f"无法添加贴纸, @Sticker 回复:\n{resp.text}")
await easy_ask([random_emoji(), "/done", "/done"], conv)


Expand Down

0 comments on commit 6fbc771

Please sign in to comment.