From d26495a4473e5a8cd2ae06a7811bb0b3a66a4a4d Mon Sep 17 00:00:00 2001 From: yasir Date: Tue, 27 Dec 2022 11:49:05 +0700 Subject: [PATCH] Add Help --- misskaty/plugins/stickers.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/misskaty/plugins/stickers.py b/misskaty/plugins/stickers.py index c83bb092..650d551c 100644 --- a/misskaty/plugins/stickers.py +++ b/misskaty/plugins/stickers.py @@ -24,6 +24,13 @@ from pyrogram.raw.types import ( from misskaty import app, BOT_USERNAME from misskaty.vars import COMMAND_HANDLER, LOG_CHANNEL +__MODULE__ = "Stickers" +__HELP__ = """ +/kang [Reply to sticker] - Add sticker to your pack. +/getsticker - Convert sticker to png. +/stickerid - View sticker ID +""" + def get_emoji_regex(): e_list = [ @@ -245,7 +252,7 @@ async def kang_sticker(c, m): ) else: await prog_msg.edit_text("Creating a new sticker pack...") - stkr_title = f"{m.from_user.first_name}'s " + stkr_title = f"{m.from_user.first_name}'s StickPack" if animated: stkr_title += "MissKaty AnimPack" elif videos: