Skip to content

Commit

Permalink
Update kang.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince-Mendiratta authored Dec 5, 2019
1 parent f945974 commit d6f80b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userbot/plugins/kang.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]


@register(outgoing=True, pattern="^.kang")
@command(outgoing=True, pattern="^.kang")
@errors_handler
async def kang(args):
""" For .kang command, kangs stickers or creates new ones. """
Expand Down Expand Up @@ -94,8 +94,8 @@ async def kang(args):
# pack
emoji = splat[1]

packname = f"@A_dark_Princ3's spam pack Vol.2"
packnick = f"Dark_Dungeon008"
packname = f"a{user.id}_by_{user.username}_{pack}"
packnick = f"@{user.username}'s kang pack Vol.{pack}"
cmd = '/newpack'
file = io.BytesIO()

Expand Down

0 comments on commit d6f80b1

Please sign in to comment.