Skip to content

Commit

Permalink
Update stickers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pahul124 authored Jan 25, 2020
1 parent 25d8db7 commit 3b0d459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/plugins/stickers.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def _(event):
uploaded_sticker = await borg.upload_file(file, file_name=file_ext_ns_ion)
packname = f"{userid}'s @Pahul's animated pack"
if userid == 719877937:
packshortname = "TheAnubis_Animated"
packshortname = "ThePahul_Animated"
else:
packshortname = f"Uni_Borg_{userid}_as" # format: Uni_Borg_userid
elif not is_message_image(reply_message):
Expand Down

0 comments on commit 3b0d459

Please sign in to comment.