Bots Home
|
Create an App
My sexy channel
Author:
ambeer_rousess
Description
Source Code
Launch Bot
Current Users
Created by:
Ambeer_Rousess
// Bot para agradecer tips y mostrar tu canal de Telegram cb.settings_choices = [ { name: "telegram_channel", type: "str", label: "Nombre de tu canal de Telegram (sin @)" }, { name: "min_tip", type: "int", minValue: 1, label: "Tokens mínimos para agradecer y mostrar Telegram" } ]; cb.onTip(function (tip) { if (tip.amount >= cb.settings.min_tip) { cb.sendNotice("💖 ¡Gracias @" + tip.from_user + " por " + tip.amount + " tokens! 💖", tip.from_user); cb.sendNotice("🔥 Contenido exclusivo en Telegram: @" + cb.settings.telegram_channel + " 🔥", tip.from_user); } else { cb.sendNotice("Gracias por el tip, @" + tip.from_user + " 😘", tip.from_user); } });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.