diff --git a/node/boto.js b/node/boto.js index 7f320d7..c537142 100644 --- a/node/boto.js +++ b/node/boto.js @@ -124,6 +124,6 @@ client.on('message', (channel, tags, message, self) => { // ================================== // NOT FOUND FUNCTION 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...`); } });