Bots Home
|
Create an App
tokencounter
Author:
pussyhunter1001
Description
Source Code
Launch Bot
Current Users
Created by:
Pussyhunter1001
/* Title: "Nikki's notifier" bot Author: tok124 Version: 1.0 (08/06/2020) */ cb.settings_choices = [ {name: 'msgonentry', type: 'choice', choice1: 'yes', choice2: 'no', defaultValue: 'yes', label: "Display Message 1 privately on entry - set to no for busy rooms"}, ]; var totalAmount = 0; cb.onMessage(function(msg){ if (msg['m'].match(/\/totaltip/i)) { cb.sendNotice('You have earned total '+totalAmount+' Tokens', msg['user'], '#000000', '#FFFFFF', 'bold'); } }); cb.onTip(function(tip) { totalAmount = totalAmount+tip['amount']; }); function init() { } init();
© Copyright Chaturbate 2011- 2024. All Rights Reserved.