From 4abf0041142813d6a96e493b90a54e5ea87959b4 Mon Sep 17 00:00:00 2001 From: "Il'ya (Marshal)" Date: Sat, 16 Jul 2022 15:27:41 +0200 Subject: [PATCH] add PremiumGifts stickerset for other side --- make_files_tree.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/make_files_tree.py b/make_files_tree.py index 96dab15b71..8ccfb696e3 100644 --- a/make_files_tree.py +++ b/make_files_tree.py @@ -458,9 +458,13 @@ async def _fetch_and_track_mtproto(app, output_dir): 'EmojiCenterAnimations', 'AnimatedEmojies', 'AnimatedEmoji', - 'GiftsPremium', } + if app.test_mode: + sticker_set_short_names.add('PremiumGifts') + else: + sticker_set_short_names.add('GiftsPremium') + for short_name in sticker_set_short_names: sticker_set = await app.invoke(functions.messages.GetStickerSet( stickerset=InputStickerSetShortName(short_name=short_name), hash=0