Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-11 07:46:12 +00:00
parent 7d0d523ff6
commit 47476ac504
1 changed files with 6 additions and 0 deletions

View File

@ -114,6 +114,12 @@ client.on('message', (channel, tags, message, self) => {
if(command === 'mod') {
client.say(channel, `Mod test command`);
}
if else(command === 'mods') {
client.say(channel, `Mod test command`);
}
else {
// NULL
}
}
// I N F O