Update client_change_username.py
This commit is contained in:
parent
1f66457a3e
commit
3691d41b23
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue