From ed5fd667e7062f07bbecd9e1d39f72939fd84177 Mon Sep 17 00:00:00 2001 From: 7052457205 <149981603+7052457205@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:01:55 +0530 Subject: [PATCH] Update start.py --- main/plugins/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/plugins/start.py b/main/plugins/start.py index 9e8656cda..929a2c54f 100644 --- a/main/plugins/start.py +++ b/main/plugins/start.py @@ -44,6 +44,6 @@ async def remt(event): @Drone.on(events.NewMessage(incoming=True, pattern=f"{S}")) async def start(event): - text = "Send me Link of any message to clone it here, For private channel message, send invite link first.\n\n**SUPPORT:** @TeamDrone" + text = "Send me Link of any message to clone it here, For private channel message, send invite link first.\n\n**SUPPORT:** @STINER_KING_OP" await start_srb(event, text)