Bots Home
|
Create an App
douxiq
Author:
arielmh
Description
Source Code
Launch Bot
Current Users
Created by:
Arielmh
//Parameters for emoticons and colors in the notice message let tips = {}; cb.onMessage(function (msg) { let ms = msg['m']; let tp; if (tips[msg['user']] !== undefined) { msg['m']= tips[msg['user']] +' IQ ' + ms; } return msg; }); cb.onTip(function(tip){ if (tips[tip['from_user']] !== undefined){ tips[tip['from_user']] += parseInt(tip['amount']); }else{ tips[tip['from_user']] = parseInt(tip['amount']); } });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.