Update modules/bruhify.js
This commit is contained in:
parent
4623b5c31b
commit
577c095d4a
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue