def del_audio(bot, update): chat = update.effective_chat if sql.is_locked(chat.id, "audio") and can_delete(chat, bot.id): update.effective_message.delete()