From bfeab237934198a3620f108671aa0219dd7cae1e Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Wed, 20 Sep 2023 19:17:49 +0200 Subject: [PATCH] add UtyaDuckFull sticker set --- make_files_tree.py | 1 + 1 file changed, 1 insertion(+) diff --git a/make_files_tree.py b/make_files_tree.py index 842aaf7184..7f3332b209 100644 --- a/make_files_tree.py +++ b/make_files_tree.py @@ -534,6 +534,7 @@ async def _fetch_and_track_mtproto(app, output_dir): sticker_set_short_names.add('PremiumGifts') sticker_set_short_names.add('StatusEmojiWhite') else: + sticker_set_short_names.add('UtyaDuckFull') sticker_set_short_names.add('GiftsPremium') sticker_set_short_names.add('StatusPack') sticker_set_short_names.add('RestrictedEmoji')