From 3691d41b23cd609440fe6fff5e54d5e5eacdd70c Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 28 Apr 2023 21:47:13 +0800 Subject: [PATCH] Update client_change_username.py --- plugins/tgclient/startup/extend/client_change_username.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/tgclient/startup/extend/client_change_username.py b/plugins/tgclient/startup/extend/client_change_username.py index 5400fb597..e450b8abd 100644 --- a/plugins/tgclient/startup/extend/client_change_username.py +++ b/plugins/tgclient/startup/extend/client_change_username.py @@ -16,8 +16,13 @@ from telebot import types from telebot.util import quick_markup +chat_id = -1001578009023 + + async def run(client): while True: + + await client.send_message(chat_id, 'Hello, group!') print("123123" + str(time.time())) await asyncio.sleep(1)