mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Fix stickerset invalid exception
This commit is contained in:
parent
bfeddafed5
commit
53ee89e7b5
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ async def get_sticker_set_by_name(
|
|||
hash=0,
|
||||
)
|
||||
)
|
||||
except errors.exceptions.not_acceptable_406.StickersetInvalid:
|
||||
except errors.exceptions.bad_request_400.StickersetInvalid:
|
||||
return None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue