diff --git a/misskaty/plugins/dev.py b/misskaty/plugins/dev.py
index c4628b50..ea8fedae 100644
--- a/misskaty/plugins/dev.py
+++ b/misskaty/plugins/dev.py
@@ -130,7 +130,7 @@ async def donate(self: Client, ctx: Message):
await ctx.react(emoji="❤️")
try:
await ctx.reply_photo(
- "https://img.yasirweb.eu.org/file/9427d61d6968b8ee4fb2f.jpg",
+ "https://img.yasirweb.eu.org/file/1535d96d6fbeeb9556183.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/b1c86973ae4e55721983a.jpg (Yasir Store)\nMayar: https://yasirarism.mayar.link/payme\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):