You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg = bot.send_message(message.chat.id, f'Привет {message.from_user.first_name}, я бот для отправки предложки, напиши своё сообщение сюда и мы рассмотрим его в кратчайшие сроки')
bot.register_next_step_handler(msg, request)
def request(message):
bot.send_message(message.chat.id, '✅Ваше сообщение отправленно, ожидайте✅')
for i in admin:
bot.send_message(i, f"Новое предложение от Nekto:\n{message.text}")