Update 'node/boto.js'
This commit is contained in:
parent
7d0d523ff6
commit
47476ac504
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue