Update modules/bruhify.js

This commit is contained in:
4Parker02991 2024-01-27 09:50:04 -05:00
parent f3b2d1208b
commit 69f2b3da17

View file

@ -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.CorelessMode){
bot.chat(ChatMessage.fromNotch(component).toMotd().replaceAll('§', '&'))
startHue = (startHue + increment) % 360
}else{