Apps Home
|
Create an App
Dalejandrov
Author:
andi_carter
Description
Source Code
Launch App
Current Users
Created by:
Andi_Carter
cb.settings_choices = [ { name: "min_tokens", label: "Tokens mínimos para activar voz", type: "int", minValue: 1, defaultValue: 30 }, { name: "language", label: "Idioma de voz (es-ES o en-US)", type: "str", defaultValue: "es-ES" } ]; cb.onTip(function (tip) { if (tip.amount >= cb.settings.min_tokens) { const sanitized = tip.message.replace(/[^a-zA-Z0-9 .,!?'"áéíóúÁÉÍÓÚñÑ]/g, ''); const message = `${tip.from} dice: ${sanitized}`; cb.sendNotice(`${message} 🔊`, tip.from, "#00ccff"); cb.chatNotice(`💬 Voz activada: ${sanitized}`); // Enviar comando para que OBS lea el mensaje cb.setTimeout(function () { cb.sendAppMessage("/me VOZ: " + sanitized); }, 500); } });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.