Bots Home
|
Create an App
Follow me Bot
Author:
vitos1kab
Description
Source Code
Launch Bot
Current Users
Created by:
Vitos1kab
cb.settings_choices = [ {name: 'message', type: 'str', minLength: 1, maxLength: 255, label: 'Additional message'}, {name: 'timeout', type: 'int', minValue: 15, maxValue: 180, default: 30, label: 'Repeat time (15s - 180s)'} ]; var timeOut = 10000, initiated = false; function init() { if (initiated) { return; } initiated = true; timeOut = cb.settings.timeout * 1000; url = cb.settings.url; notifyRoom(); } function notifyRoom() { if (cb.settings.message.length > 0) { cb.sendNotice(cb.settings.message, '', '#efefef', '#000000'); } cb.sendNotice(':followme Follow me today! Fan club members get special goodies!', '', '#efefef', '#000000'); cb.sendNotice(':tiphim Tip me now and see more!', '', '#efefef'); cb.setTimeout(notifyRoom, timeOut); } cb.setTimeout(init, timeOut);
© Copyright Chaturbate 2011- 2026. All Rights Reserved.