Bots Home
|
Create an App
Quick Request Remover
Author:
mexdev
Description
Source Code
Launch Bot
Current Users
Created by:
Mexdev
cb.settings_choices = [ {name:'sepchar', type:'str', label:'Character used to separate words like ";" or ",". Without quotation marks!',}, {name:'words', type:'str', required: false, label:'words that cause censorship. No spaces just separator specified above.',}, {name:'message', type:'str', required: false, label:'Message sent on censor',} ]; init(); var words; cb.onMessage(message=>{ if(words){ for(let a of words){ if(message.m.toLowerCase().includes(a.toLowerCase())){ message['X-Spam'] = true; if(cb.settings['message'])cb.sendNotice(cb.settings['message'] + " " + message.m, message.user); } } } }); function init(){ var tmp = cb.settings['words']; if(tmp) words = tmp.split(cb.settings['sepchar']); }
© Copyright Chaturbate 2011- 2025. All Rights Reserved.