fixing more crap woooooooo
This commit is contained in:
parent
3fa19cb658
commit
4623b5c31b
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue