From 5508756a89827b0cb285a265935e01e3949c7f83 Mon Sep 17 00:00:00 2001 From: PrajjuS Date: Thu, 6 Jun 2024 15:11:52 +0530 Subject: [PATCH] PostBot: Update donate link [skip ci] Change-Id: I1205e79076ccfbb349ef1bdb608d279e400540ea Signed-off-by: PrajjuS --- .github/scripts/post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/post.py b/.github/scripts/post.py index e7bc2a5..507459a 100755 --- a/.github/scripts/post.py +++ b/.github/scripts/post.py @@ -165,7 +165,7 @@ def message_content(information): msg += f"Screenshots: Here\n" msg += f"Rom Support: Channel | Group\n" msg += f"Device Support: Here\n" - msg += f"Donate: LINK HERE\n" + msg += f"Donate: droidxuiofficial@oksbi\n" msg += f"\n#NewHorizon #{information['codename']} #Android14 #Official" return msg