Bots Home
|
Create an App
Welcome to Sweetsession's room
Author:
sweetsession
Description
Source Code
Launch Bot
Current Users
Created by:
Sweetsession
cb.settings_choices = [ { name: 'welcomeMsg', type: 'str', defaultValue: 'Hey $user$, Welcome to my room!', required: true, label: 'Welcome Message' }, { name: 'backgroundColor', type: 'str', defaultValue: '#FF69B4', required: true, label: 'Background color, default: #FF69B4 (Hot Pink)' }, { name: 'foregroundColor', type: 'str', defaultValue: '#FFFFFF', required: true, label: 'Foreground color, default: #FFFFFF (White)' } ]; cb.onEnter(({ user }) => { const { welcomeMsg, backgroundColor, foregroundColor } = cb.settings; let msg = welcomeMsg.replace(/\$user\$/g, user); cb.sendNotice(msg, user, backgroundColor, foregroundColor, 'bold'); });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.