diff --git a/node/boto.js b/node/boto.js index b65cb8c..388f5fe 100644 --- a/node/boto.js +++ b/node/boto.js @@ -209,5 +209,4 @@ client.on("whisper", (from, userstate, message, self) => { console.log('DM | From:'.green, from, userstate, 'MSG:'.green, message); client.say(channel, `/me [+1] Inbox | Received a new SEXT message from: @`+ from +`!`); }); -} // ALERTS STOP \ No newline at end of file