Bots Home
|
Create an App
evelynclark
Author:
evelynclark444
Description
Source Code
Launch Bot
Current Users
Created by:
Evelynclark444
cb.settings_choices = [ {name: 'tiempo', type: 'int', minValue: 1, defaultValue: 10, label: 'Cada cuántos minutos enviar un GIF'} ]; const gifs = [ "https://media.giphy.com/media/xT9IgzoKnwFNmISR8I/giphy.gif", "https://media.giphy.com/media/3oKIPf3C7HqqYBVcCk/giphy.gif", "https://media.giphy.com/media/3og0IPxMM0erATueVW/giphy.gif", "https://media.giphy.com/media/l1J9EdzfOSgfyueLm/giphy.gif", "https://media.giphy.com/media/3oz8xSsBppQz7u9y3O/giphy.gif" ]; function enviarGIF() { const gif = gifs[Math.floor(Math.random() * gifs.length)]; cb.sendNotice("🎬 GIF interesante para ti: " + gif, "", "#ff00ff"); } cb.onEnter(function(user) { if (!cb.intervalActivo) { cb.intervalActivo = true; cb.setInterval(enviarGIF, cb.settings.tiempo * 60 * 1000); } });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.