Bots Home
|
Create an App
AutoTHX
Author:
zazaza111
Description
Source Code
Launch Bot
Current Users
Created by:
Zazaza111
/* AutoThankTipper */ tipper = ""; tipmsg = ""; cb.settings_choices = [ { name: 'tipamount', type: 'int', minValue: 1, defaultValue: 1, label: 'Min Tokens for thx' } , { name: 'tipmsg', type: 'str', minLength: 8, maxLength: 128, defaultValue: 'Thank you [tipper]', label: "Msg name tipper" } ]; 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); } }); function init() { } init();
© Copyright Chaturbate 2011- 2024. All Rights Reserved.