From 21b82c903a20b4a8b38e2f992c56c36862b57095 Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Thu, 13 Jun 2024 12:01:45 +0700 Subject: [PATCH] Update dev.py Signed-off-by: Yasir Aris M --- misskaty/plugins/dev.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misskaty/plugins/dev.py b/misskaty/plugins/dev.py index 2776a26e..3222e02d 100644 --- a/misskaty/plugins/dev.py +++ b/misskaty/plugins/dev.py @@ -130,8 +130,8 @@ async def donate(self: Client, ctx: Message): await ctx.react(emoji="❤️") try: await ctx.reply_photo( - "https://img.yasirweb.eu.org/file/23a9860dff65eade24dfc.jpg", - caption=f"Hi {ctx.from_user.mention}, If you find this bot useful, you can make a donation to the account below. Because this bot server uses VPS and is not free. Thank You..\n\nIndonesian Payment:\nQRIS: https://img.yasirweb.eu.org/file/23a9860dff65eade24dfc.jpg (Yasir Store)\nBank Jago: 109641845083 (Yasir Aris M)\n\nFor international people can use PayPal to support me or via GitHub Sponsor:\nhttps://paypal.me/yasirarism\nhttps://github.com/sponsors/yasirarism\n\nSource: @BeriKopi", + "https://img.yasirweb.eu.org/file/ee74ce527fb8264b54691.jpg", + caption=f"Hi {ctx.from_user.mention}, If you find this bot useful, you can make a donation to the account below. Because this bot server uses VPS and is not free. Thank You..\n\nIndonesian Payment:\nQRIS: https://img.yasirweb.eu.org/file/ee74ce527fb8264b54691.jpg (Yasir Store)\nBank Jago: 109641845083 (Yasir Aris M)\n\nFor international people can use PayPal to support me or via GitHub Sponsor:\nhttps://paypal.me/yasirarism\nhttps://github.com/sponsors/yasirarism\n\nSource: @BeriKopi", ) except (ChatSendPlainForbidden, ChatSendPhotosForbidden): await self.send_message(LOG_CHANNEL, f"❗️ WARNING\nI'm leaving from {ctx.chat.id} since i didn't have sufficient admin permissions.")