Update 'node/boto.js'
This commit is contained in:
parent
6832bbcc8e
commit
520eb1bad3
|
@ -71,7 +71,7 @@ client.on('message', (channel, tags, message, self) => {
|
|||
}
|
||||
|
||||
// General Commands
|
||||
else(message.toLowerCase().startsWith('!2pac')) {
|
||||
else {
|
||||
console.log('LOG: Non-Mod command used!');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue