Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mdserver-web/plugins/tgclient/startup/extend/client_change_username.py

31 lines
488 B

import sys
import io
import os
import time
import re
import json
import base64
import threading
import asyncio
sys.path.append(os.getcwd() + "/class/core")
import mw
import telebot
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)
if __name__ == "__main__":
pass