From 0a4bae1c7ca039ecb8e5d7696cad5bf3771f17f9 Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Tue, 16 May 2023 15:53:22 +0700 Subject: [PATCH] Update dev.py --- misskaty/plugins/dev.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misskaty/plugins/dev.py b/misskaty/plugins/dev.py index a9e1949b..cde5badb 100644 --- a/misskaty/plugins/dev.py +++ b/misskaty/plugins/dev.py @@ -35,10 +35,12 @@ __MODULE__ = "DevCommand" __HELP__ = """ **For Owner Bot Only.** /run [args] - Run eval CMD +/logs [int] - Check logs bot /shell [args] - Run Exec/Terminal CMD /download [link/reply_to_telegram_file] - Download file from Telegram **For Public Use** +/stats - Check statistic bot /json - Send structure message Telegram in JSON using Pyrogram Style. """ @@ -93,7 +95,7 @@ async def donate(client, ctx): InlineButton('PayPal', url='https://paypal.me/yasirarism'), ) await ctx.reply( - f"Hai {ctx.from_user.mention}, jika kamu merasa bot ini besrguna bisa melakukan donasi dengan ke rekening diatas yaa. Karena server bot ini tidaklah gratis. Terimakasih..\n\nHi {ctx.from_user.mention}, if you feel this bot is useful, you can make a donation to the account above. Because this bot server is not free. Thank you..", + f"Hai {ctx.from_user.mention}, jika kamu merasa bot ini besrguna bisa melakukan donasi dengan ke rekening diatas yaa. Karena server bot ini tidaklah gratis. Terimakasih..\n\nHi {ctx.from_user.mention}, if you feel this bot is useful, you can make a donation to the account above. Because this bot server is not free. Thank you..", reply_markup=keyboard )