From 400f735a9d28b36f289654682eb95a7935519d83 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 17:21:35 -0800 Subject: [PATCH] more test --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index 804b592..04c2ece 100644 --- a/node/boto.js +++ b/node/boto.js @@ -118,7 +118,7 @@ client.on('message', (channel, tags, message, self) => { if(isSub) { // CMD | Color if(command === 'color') { - if (${args.join(' ')} === null){ + if (args.join(' ') === null){ 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`) } if (args.join === /^#[0-9A-F]{6}$/i.test('#AABBCC')){