Apps Home
|
Create an App
juanitabot
Author:
chantal_wet
Description
Source Code
Launch App
Current Users
Created by:
Chantal_Wet
cb.settings_choices = [ { name: 'tipmenu_command', type: 'str', label: 'Tip Menu Command', defaultValue: '!tipmenu' }, { name: 'cum_command', type: 'str', label: 'Cum Show Command', defaultValue: '!cum' }, { name: 'social_command', type: 'str', label: 'Socials Command', defaultValue: '!socials' }, { name: 'interval_minutes', type: 'int', label: 'Message Interval (min)', defaultValue: 10 } ]; cb.onEnter(function(user) { if (!user.is_mod && !user.is_anon) { cb.sendNotice(`π Welcome ${user['user']}! I'm JuanitaBlue π Type !tipmenu to see how to make me moan... π₯`, user['user']); } }); cb.onMessage(function (msg) { let txt = msg['m'].toLowerCase(); let user = msg['user']; if (txt.includes(cb.settings.tipmenu_command)) { cb.sendNotice(`π TIP MENU π\n100 β Tease w/toy π\n150 β Striptease π₯\n200 β Naked π\n250 β Whisper name π\n300 β Cum countdown β±οΈ\n400 β Cum show π₯\n500+ β Custom π`, user); return false; } if (txt.includes(cb.settings.cum_command)) { cb.sendNotice(`β±οΈ CUM COUNTDOWN ACTIVE! Tip 300 to make me explode π₯`, user); return false; } if (txt.includes(cb.settings.social_command)) { cb.sendNotice(`π± Follow me! Instagram: @juanitablue | Telegram: @Bluetelegram`, user); return false; } return true; }); // Mensajes cΓclicos automΓ‘ticos function sendCycleMessage() { cb.sendNotice(`π Type !tipmenu to see what makes me melt π¦ | Top tip gets 2 mins PRIVATE π`); setTimeout(sendCycleMessage, cb.settings.interval_minutes * 60 * 1000); } sendCycleMessage();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.