diff --git a/plugins/Extra/cmds.py b/plugins/Extra/cmds.py index c2423838..cf8d55e0 100644 --- a/plugins/Extra/cmds.py +++ b/plugins/Extra/cmds.py @@ -45,7 +45,7 @@ async def admin_cmds(client, message): [KeyboardButton("/del_file"), KeyboardButton("/delete")], [KeyboardButton("/deletefiles"), KeyboardButton("/deleteall")], [KeyboardButton("All These Commands Can Be Used Only By Admins.")], - [KeyboardButton("⚡")] + [KeyboardButton("⚡ Powered by @zishananis_official")] ] reply_markup = ReplyKeyboardMarkup(buttons, resize_keyboard=True, one_time_keyboard=True)