From 577c095d4aaf2d78db06ef9921d61d4ae14623cd Mon Sep 17 00:00:00 2001 From: 4Parker02991 <4parker02991@noreply.localhost> Date: Sat, 27 Jan 2024 10:34:56 -0500 Subject: [PATCH] Update modules/bruhify.js --- modules/bruhify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bruhify.js b/modules/bruhify.js index 77c8292..4ac6e54 100644 --- a/modules/bruhify.js +++ b/modules/bruhify.js @@ -16,7 +16,7 @@ let tag = 'bruhify' component.push({ text: character, color: `#${color}` }) hue = (hue + increment) % 360 } - if (bot.options.Core.CorelessMode){ + if (!bot.options.Core.enabled){ bot.chat(ChatMessage.fromNotch(component).toMotd().replaceAll('ยง', '&')) startHue = (startHue + increment) % 360 }else{