Bots Home
|
Create an App
blahblah
Author:
blahblah1
Description
Source Code
Launch Bot
Current Users
Created by:
Blahblah1
var red = '#FF0000'; var white = '#FFFFFF'; var black = '#000000'; var yellow = '#FFFF00'; var lime = '#00FF00'; var maroon = '#800000'; var noColor = ''; cb.onEnter(function(user) { if(!user['has_tokens']){ theNotice(user); greyNotice(user); sendGif(user); } else { theNotice(user); sendGif(user); } }); function greyNotice(u){ var theUser = u['user']; var cautionString = '**---> NOTICE / CAUTION <---**'; var readCarefully = theUser + ', please read carefully!'; var noticeBody = 'RULES to Follow... NO EXCEPTIONS!\n1) NO TOKENS? DO NOT make a REQUEST!\n2) NO TOKENS? DO NOT DIRECT!\n3) NO TOKENS? DO NOT ASK QUESTIONS!\n4) RESPECTFUL comments and conversation is GREAT!'; var disregardString = 'Disregard these rules and you will be kicked/banned!!'; cb.sendNotice(cautionString, theUser, red, noColor, 'bold'); cb.sendNotice(readCarefully, theUser, yellow, noColor, 'bold'); cb.sendNotice(noticeBody, theUser, black, lime, 'bold'); cb.sendNotice(disregardString, theUser, red, noColor, 'bold'); } function theNotice(u){ var theUser = u['user']; var noticeStr = 'Welcome!!! We all want to have fun here... and to help us, I ask that you read my Bio, so that we all have an understanding of expectaions. Thank You!'; sleep(9000).then(() => { cb.sendNotice(noticeStr, theUser, maroon, white, 'bold'); }); } function sendGif(u){ var theUser = u['user']; var gifStr = ':ophair'; cb.sendNotice(gifStr, theUser, noColor, noColor, ''); } // sleep time expects milliseconds function sleep (time) { return new Promise((resolve) => setTimeout(resolve, time)); }
© Copyright Chaturbate 2011- 2024. All Rights Reserved.