Bots Home
|
Create an App
Drumrum1
Author:
jomiblka
Description
Source Code
Launch Bot
Current Users
Created by:
Jomiblka
tipper = ""; tipmsg = ""; cb.settings_choices = [ { name: 'tipamount', type: 'int', minValue: 1, defaultValue: 10, label: 'Mindest-Tokens für ein kleines Danke' } , { name: 'tipmsg', type: 'str', minLength: 8, maxLength: 128, defaultValue: '\u2501 Dankeschön, [tipper] !!! \u2501 ', label: "Tip thank you message, [tipper] = tipper's name" } ]; 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- 2026. All Rights Reserved.