Bots Home
|
Create an App
Thank You Message on Tip
Author:
gonadsphallusappdev
Description
Source Code
Launch Bot
Current Users
Created by:
Gonadsphallusappdev
tipper = "", tipmsg = "", cb.settings_choices = [ { name: 'tipamount', typ: 'int', minValue: 1, defaultValue: 1, label: 'minimum set to send masssage' }, { name: 'tipmsg', typ: 'str', minLength: 8, maxLenght: 128, defaultValue: '*Thank you*', label: 'massage send to [username]', } ]; cb.onTip(function (tip) { if (parseInt(tip['amount']) >= cb.settings.tipamount) { tipper = tip['from_user']; tipmsg = cb.settings.tipmsg; tipmsg = tipmsg.replace('[username]', tipper); tipMsg = "':hrtz'+'tipmsg'+':hrtz'"; cb.chatNotice(tipMsg, tipper); } }); function init() { } init();
© Copyright Chaturbate 2011- 2024. All Rights Reserved.