From da19cda5addef20351f2b54151f7b26337686712 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 14:25:23 -0800 Subject: [PATCH] fix? --- node/boto.js | 1 - 1 file changed, 1 deletion(-) 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