Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 05:15:16 +00:00
parent 1900a7d547
commit dfbb229d40
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ client.on('message', (channel, tags, message, self) => {
console.log(tags.username, 'is a subscriber'); console.log(tags.username, 'is a subscriber');
} // !SUBS | END } // !SUBS | END
if { // !ALL | START if{ // !ALL | START
console.log('LOG: Non-Mod command used!'); console.log('LOG: Non-Mod command used!');
} // !ALL | END } // !ALL | END