Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-11 10:46:17 +00:00
parent 6832bbcc8e
commit 520eb1bad3
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ client.on('message', (channel, tags, message, self) => {
} }
// General Commands // General Commands
else(message.toLowerCase().startsWith('!2pac')) { else {
console.log('LOG: Non-Mod command used!'); console.log('LOG: Non-Mod command used!');
} }