Bots Home
|
Create an App
vm-002
Author:
righteous
Description
Source Code
Launch Bot
Current Users
Created by:
Righteous
let tipsTotal = 0; cb.onEnter(function(user) { cb.sendNotice('welcome ' + user.user, user.user, '#ffffff', '#000000', 'bold'); }); cb.onTip(function(tip) { tallyTips(tip); let wellIsItAGameTip = isGameTip(tip); }); cb.onMessage(function (msg){ cb.chatNotice(msg); }); function tallyTips(tip) { tipsTotal += parseInt(tip['amount']); } function isGameTip(tip) { return tip.message.startsWith('123'); } function init(){ cb.sendNotice(JSON.stringify(cb), '', '#ffffff', '#000000', 'bold'); } init();
© Copyright Chaturbate 2011- 2025. All Rights Reserved.