Bots Home
|
Create an App
shack_bot
Author:
shackleford
Description
Source Code
Launch Bot
Current Users
Created by:
Shackleford
// On Tip cb.onTip(tip => { const { amount, // amount of tip message, // message in tip is_anon_tip: isAnon, // is this tip sent anonymously to_user: modelName, // user who received tip from_user: userName, // user who sent tip from_user_in_fanclub: isMember, // is the user in the broadcasters fan club from_user_has_tokens: hasTokens, // does the user have at least 1 token from_user_is_mod: isMod, // is the user a moderator from_user_tipped_recently: isDarkBlue, // is the user a “dark blue”? from_user_tipped_alot_recently: isPurple, // is the user a “purple”? from_user_tipped_tons_recently: isDarkPurple, // is the user a “dark purple”? from_user_gender: gender // “m” (male), “f” (female), “s” (trans), or “c” (couple) } = tip; if(isMod) { cb.chatNotice(`${userName} is a Moderator`); } if (isMember) { cb.chatNotice(`${userName} is a FanClub Member`); } if (isDarkPurple) { cb.chatNotice(`${userName} is Dark Purple`); } if (isPurple) { cb.chatNotice(`${userName} is Purple`); } if (isDarkBlue) { cb.chatNotice(`${userName} is Dark Blue`); } });
© Copyright Chaturbate 2011- 2025. All Rights Reserved.