MW
Size: a a a
MW
s
MW
@bot.message_handler(commands=['say'])
def say_in_chat(message):
if (message.chat.type == "private") and is_admin(message.from_user.id):
text = message.text
text = text.replace("/say ", "")
if (text == "/say"):
return
bot.send_message(neededChat, text)
KA
MW
s
EM
KA
MW
KA
MW
s
KA
KA
KA
MW
EM
MW
EA