Bots Home
|
Create an App
NikiMelrose's Bot
Author:
the_conjuring
Description
Source Code
Launch Bot
Current Users
Created by:
The_Conjuring
cb.onEnter(function(user) { cb.sendNotice('Hi I am Niki Melrose, Welcome to my room !!, ' + user['user'] + ' Please, follow me!! tips are highly appriciated !! Also please follow me on Twitter @artmelrose ', user['user'], '#FF66CC', '', 'bold'); }); /* Title: "Tip Thank You" bot This simple bot displays a chat message followed by the tipper's name if tip meets or exceeds the broadcasters minimum set tip requirement. */ tipper = ""; tipmsg = "" cb.settings_choices = [ { name: 'tipamount', type: 'int', minValue: 10, defaultValue: 10, label: 'Minimum tokens required for a thank you message' } , { name: 'tipmsg', type: 'str', minLength: 8, maxLength: 256, defaultValue: '**** Thank you ❤️ [tipper] ❤️ for your tip!!! Please follow me on Twitter, <p><a href="https://www.twitter.com/artmelrose</p></a **** ', label: "Tip thank you message, [tipper] = tipper's name" } ]; cb.onTip(function (tip) { if (parseInt(tip['amount']) >= cb.settings.tipamount) { tipper = tip['from_user']; tipmsg=cb.settings.tipmsg; tipmsg = tipmsg.replace("[tipper]", tipper); cb.chatNotice(tipmsg, tipper); '#FF66CC', '', 'bold' } }); function init() { } init();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.