From 526e4f6f71325c583910a100e1cba87e023a431c Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 17:48:34 -0800 Subject: [PATCH] derp --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index 36297a6..6ed99e2 100644 --- a/node/boto.js +++ b/node/boto.js @@ -122,7 +122,7 @@ client.on('message', (channel, tags, message, self) => { client.say(channel, `/me @{tags.username} you forgot to tell me what color to change to... You can enter hex (#000000) or choose fon the preset color names: Blue, BlueViolet, CadetBlue, Chocolate, Coral, DodgerBlue, Firebrick, GoldenRod, Green, HotPink, OrangeRed, Red, SeaGreen, SpringGreen, YellowGreen`) } // TO-DO: Build error checker - if (message === `!color #`******){ + if (message === `!color #`+******){ client.say(channel, `/color ${args.join(' ')}`); client.say(channel, `/me @${tags.username} has changed my color to ${args.join(' ')}... Welp, alright!`); }