From 53ee89e7b5100ed212ce310ae9c8b03b93119210 Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Sat, 10 Aug 2024 09:25:14 +0700 Subject: [PATCH] Fix stickerset invalid exception --- misskaty/helper/stickerset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/helper/stickerset.py b/misskaty/helper/stickerset.py index 00048691..c25cb682 100644 --- a/misskaty/helper/stickerset.py +++ b/misskaty/helper/stickerset.py @@ -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