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