Bots Home
|
Create an App
Follower Notifier
Author:
averagespuderman1
Description
Source Code
Launch Bot
Current Users
Created by:
Averagespuderman1
var roomOwner = null; cb.onStart(user => { cb.getRoomUsersData(usersData => { if (usersData['success']) { roomOwner = usersData['data']['room_owner'][0]; cb.sendNotice("App started, you'll be notified when a user follows you.", roomOwner, "#000", "#fff", "bold"); } }); }); cb.onFollow(user => { cb.sendNotice(user['user'] + " is following you.", roomOwner, "#000", "#fff", "bold"); }); cb.onUnFollow(user => { cb.sendNotice(user['user'] + " has unfollowed you.", roomOwner, "#F00", "#fff", "bold"); });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.