mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
Typo
This commit is contained in:
parent
bef041ba0a
commit
a2a4411f22
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ async def getstickerid(c, m):
|
||||||
|
|
||||||
@app.on_message(filters.command(["curi", "kang"], COMMAND_HANDLER))
|
@app.on_message(filters.command(["curi", "kang"], COMMAND_HANDLER))
|
||||||
async def kang_sticker(c, m):
|
async def kang_sticker(c, m):
|
||||||
if not message.from_user:
|
if not m.from_user:
|
||||||
return await message.reply_text("You are anon admin, kang stickers in my pm.")
|
return await m.reply_text("You are anon admin, kang stickers in my pm.")
|
||||||
prog_msg = await m.reply_text("Kanging Sticker..")
|
prog_msg = await m.reply_text("Kanging Sticker..")
|
||||||
sticker_emoji = "🤔"
|
sticker_emoji = "🤔"
|
||||||
packnum = 0
|
packnum = 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue