Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/AmarnathCJD/Valeri
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD committed May 26, 2024
2 parents 4766b94 + 23495a6 commit d479cce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/stickertools.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ async def q_s(e):
shortname = emoji_pack + "{}e_to_m_by_missvaleri_bot".format(e.sender.id)
s = await bot(GetStickerSetRequest(t.InputStickerSetShortName(emoji_pack), 0))
_i = 0
msg = await e.reply("Kanging emojis... **[PACK](https://t.me/addstickers/{})**".format(shortname))
msg = await e.reply(
"Kanging emojis... **[PACK](https://t.me/addstickers/{})**".format(shortname)
)
try:
for i in s.packs:
doc = await bot(GetCustomEmojiDocumentsRequest(i.documents))
Expand Down

0 comments on commit d479cce

Please sign in to comment.