Update 'node/boto.js'
This commit is contained in:
parent
dbb93b6a92
commit
441048a7bf
40
node/boto.js
40
node/boto.js
|
@ -189,68 +189,68 @@ client.on('message', (channel, tags, message, self) => {
|
|||
else if(command === 'wish' || command === 'wishlist' || command === 'amazon' || command === 'gift') {
|
||||
client.say(channel, `/me First off, thank you ${tags.username} for even considering contributing directly! Amazon Wishlists have been split into sub-categories and are available at: https://wish.sarimoko.com/ `);
|
||||
}
|
||||
// S T R E A M E L E M E N T S
|
||||
// S T R E A M E L E M E N T S
|
||||
// ==================================
|
||||
else if(command === 'accountage' ') {
|
||||
else if(command === 'accountage') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'bet' ') {
|
||||
else if(command === 'bet') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'chatstats' ') {
|
||||
else if(command === 'chatstats') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'commands' ') {
|
||||
else if(command === 'commands') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
// Sub only
|
||||
else if(command === 'editcounter' ') {
|
||||
else if(command === 'editcounter') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'enter' ') {
|
||||
else if(command === 'enter') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'followage' ') {
|
||||
else if(command === 'followage') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'kappagen' ') {
|
||||
else if(command === 'kappagen') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'leaderboard' ') {
|
||||
else if(command === 'leaderboard') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
// Sub only
|
||||
else if(command === 'permit' ') {
|
||||
else if(command === 'permit') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'points' ') {
|
||||
else if(command === 'points') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'quote' ') {
|
||||
else if(command === 'quote') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'rename' ') {
|
||||
else if(command === 'rename') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
// MOD only
|
||||
else if(command === 'setgame' ') {
|
||||
else if(command === 'setgame') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
// MOD only
|
||||
else if(command === 'setpoints' ') {
|
||||
else if(command === 'setpoints') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
// MOD only
|
||||
else if(command === 'settitle' ') {
|
||||
else if(command === 'settitle') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'top' ') {
|
||||
else if(command === 'top') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'uptime' ') {
|
||||
else if(command === 'uptime') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
else if(command === 'watchtime' ') {
|
||||
else if(command === 'watchtime') {
|
||||
// SE handles it so nothing here to prevent throwing an ERROR
|
||||
}
|
||||
// E R R O R S
|
||||
|
|
Loading…
Reference in New Issue