mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-23 15:47:57 -05:00
remove ⬤ from help
prob one of another reason why people call the bot skid lol
This commit is contained in:
parent
fb53177b39
commit
3199b5f696
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ module.exports = {
|
||||||
ownerCommands.push(component(command, 'dark_red'))
|
ownerCommands.push(component(command, 'dark_red'))
|
||||||
}
|
}
|
||||||
|
|
||||||
const pre = [{ text: 'Commands ', color: 'gray' }, { text: '(', color: 'dark_gray' }, { text: 'Length: ', color: 'gray' }, { text: bot.command_handler.commands.length, color: 'green' }, { text: ') ', color: 'dark_gray' }, { text: '(', color: 'dark_gray' }, { text: '⬤ Public', color: 'green' }, { text: ' ⬤ Trusted', color: 'red' }, { text: ' ⬤ Owner', color: 'dark_red' }, { text: ') - ', color: 'dark_gray' }]
|
const pre = [{ text: 'Commands ', color: 'gray' }, { text: '(', color: 'dark_gray' }, { text: 'Length: ', color: 'gray' }, { text: bot.command_handler.commands.length, color: 'green' }, { text: ') ', color: 'dark_gray' }, { text: '(', color: 'dark_gray' }, { text: 'Public ', color: 'green' }, { text: 'Trusted ', color: 'red' }, { text: 'Owner', color: 'dark_red' }, { text: ') - ', color: 'dark_gray' }]
|
||||||
bot.tellraw(selector, [pre, generalCommands, trustedCommands, ownerCommands])
|
bot.tellraw(selector, [pre, generalCommands, trustedCommands, ownerCommands])
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue