From a2a4f63fc70271c6cbf85b6d389dbea388a0189c Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 10 Feb 2022 01:43:52 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...`); } });