fixing more crap woooooooo

This commit is contained in:
4Parker02991 2024-01-27 10:34:27 -05:00
parent 3fa19cb658
commit 4623b5c31b

View file

@ -132,7 +132,7 @@ const ChatMessage = require('prismarine-chat')(bot.options.version)
bot.commandManager.executeString(source, message.content.substring(bot.discord.commandPrefix.length)) bot.commandManager.executeString(source, message.content.substring(bot.discord.commandPrefix.length))
return return
} }
if(bot.options.Core.CorelessMode){ if(!bot.options.Core.enabled){
bot.chat(`&8[&5FNF&bBoyfriend&4Bot &9Discord&8] ${message.member.displayName.replaceAll('\xa7', '&')}&f ${message.content.replaceAll('\xa7', '&')}`) bot.chat(`&8[&5FNF&bBoyfriend&4Bot &9Discord&8] ${message.member.displayName.replaceAll('\xa7', '&')}&f ${message.content.replaceAll('\xa7', '&')}`)
}else{ }else{
bot.tellraw({ bot.tellraw({