Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe authored Dec 9, 2021
1 parent 19c490c commit bda0229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userge/plugins/fun/kang.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async def kang_(message: Message):
exist = await message.client.send(
GetStickerSet(
stickerset=InputStickerSetShortName(
short_name=packname)))
short_name=packname), hash=0))
except StickersetInvalid:
pass
if exist is not False:
Expand Down Expand Up @@ -224,7 +224,7 @@ async def sticker_pack_info_(message: Message):
get_stickerset = await message.client.send(
GetStickerSet(
stickerset=InputStickerSetShortName(
short_name=replied.sticker.set_name)))
short_name=replied.sticker.set_name), hash=0))
pack_emojis = []
for document_sticker in get_stickerset.packs:
if document_sticker.emoticon not in pack_emojis:
Expand Down

0 comments on commit bda0229

Please sign in to comment.