Bots Home
|
Create an App
Cat's auto-thanks bot
Author:
cat_meow
Description
Source Code
Launch Bot
Current Users
Created by:
Cat_Meow
cb.settings_choices = [ {name: 'tipamount', type: 'int', minValue: 1, defaultValue: 5, label: 'minimal tip for thank-message'}, ]; cb.onTip(function (tip) { if (parseInt(tip['amount']) >= cb.settings.tipamount) { tnx = [" Thank you, meow ", " Thanks, purr ", " Arigato, nya ", " Is this for me? Awww ", " I'm not broken anymore <3 "] a = Math.floor(Math.random() *5) gif = [":catdance003", ":catdance999", ":catdance44", ":catdance222", ":catdance4", ":jcatdance2", ":catdance4"] b = Math.floor(Math.random() *7) tipmsg = (tnx [a] + gif [b]) cb.sendNotice(tipmsg, " ", "#DB7093", "#FFFAF0", "bold") } }); function init() { } init();
© Copyright Chaturbate 2011- 2024. All Rights Reserved.