Update 'node/boto.js'
This commit is contained in:
parent
9dacf6e6db
commit
a2a4f63fc7
|
@ -124,6 +124,6 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
// ==================================
|
// ==================================
|
||||||
// NOT FOUND FUNCTION
|
// NOT FOUND FUNCTION
|
||||||
else {
|
else {
|
||||||
client.say(channel, `/me Bleep! Bloop! Error! Sorry, @${tags.username} hopefully SE/SL/Nitebot has ya covered...);
|
client.say(channel, `/me Bleep! Bloop! Error! Sorry, @${tags.username} hopefully SE/SL/Nitebot has ya covered...`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue