Update modules/bruhify.js

This commit is contained in:
4Parker02991 2024-01-27 10:34:56 -05:00
parent 4623b5c31b
commit 577c095d4a

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