Update client_change_username.py

This commit is contained in:
midoks 2023-04-28 21:47:13 +08:00
parent 1f66457a3e
commit 3691d41b23
1 changed files with 5 additions and 0 deletions

View File

@ -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)