Skip to content

Commit

Permalink
Fix stickerset invalid exception
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism committed Aug 10, 2024
1 parent bfeddaf commit 53ee89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/helper/stickerset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 53ee89e

Please sign in to comment.