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)