Update client_change_username.py

pull/405/head
midoks 2 years ago
parent 1f66457a3e
commit 3691d41b23
  1. 5
      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)

Loading…
Cancel
Save