Update 'node/boto.js'
This commit is contained in:
parent
1d4a160065
commit
6f5ee36c4b
73
node/boto.js
73
node/boto.js
|
@ -125,11 +125,10 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
if(command === 'cord' || command === 'discord') {
|
if(command === 'cord' || command === 'discord') {
|
||||||
client.say(channel, `/me The Cord by Sarimoko is joinable & sharable at: https://cord.sarimoko.com/`);
|
client.say(channel, `/me The Cord by Sarimoko is joinable & sharable at: https://cord.sarimoko.com/`);
|
||||||
}
|
}
|
||||||
// The Boto
|
// The Template
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
else if(command === 'boto' || command === 'sariboto' || command === 'sari-boto') {
|
else if(command === 'template' || command === 'example') {
|
||||||
client.say(channel, `/me Bleep! Bloop! sarimoBOTO Twitch IRC connected... LETS PARTY!!!`);
|
client.say(channel, `/me @${tags.username} says ${args.join(' ')} BLEEP! BLOOP!`);
|
||||||
client.say(channel, `!kappagen imGlitch EarthDay imGlitch EarthDay imGlitch`);
|
|
||||||
}
|
}
|
||||||
// The Boto
|
// The Boto
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
@ -279,8 +278,72 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
// }).catch((err) => {
|
// }).catch((err) => {
|
||||||
// //
|
// //
|
||||||
// });
|
// });
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
// S T R E A M E L E M E N T S
|
||||||
|
// ==================================
|
||||||
|
else if(command === 'accountage' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'bet' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'chatstats' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'commands' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
// Sub only
|
||||||
|
else if(command === 'editcounter' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'enter' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'followage' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'kappagen' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'leaderboard' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
// Sub only
|
||||||
|
else if(command === 'permit' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'points' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'quote' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'rename' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
// MOD only
|
||||||
|
else if(command === 'setgame' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
// MOD only
|
||||||
|
else if(command === 'setpoints' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
// MOD only
|
||||||
|
else if(command === 'settitle' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'top' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'uptime' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
|
else if(command === 'watchtime' ') {
|
||||||
|
// SE handles it so nothing here to prevent throwing an ERROR
|
||||||
|
}
|
||||||
// E R R O R S
|
// E R R O R S
|
||||||
// ==================================
|
// ==================================
|
||||||
// NOT FOUND FUNCTION
|
// NOT FOUND FUNCTION
|
||||||
|
|
Loading…
Reference in New Issue