Fix stickerset invalid exception

This commit is contained in:
Yasir Aris M 2024-08-10 09:25:14 +07:00 committed by GitHub
parent bfeddafed5
commit 53ee89e7b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ async def get_sticker_set_by_name(
hash=0, hash=0,
) )
) )
except errors.exceptions.not_acceptable_406.StickersetInvalid: except errors.exceptions.bad_request_400.StickersetInvalid:
return None return None