Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
@bot.message_handler(content_types=["text"]) def main(message): text = message.text spam = ["http", "@", "/", ".com"] i = 0 while i < len(spam): if spam[i] in text: # Удаление сообщения i += 1
while True: try: bot.polling(none_stop=True) except Exception as e: print(e) time.sleep(15)