Make some commands use extra colors

This commit is contained in:
7cc5c4f330d47060 2024-11-20 01:39:51 -05:00
parent b4fa907a3a
commit dd27c84094
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ const execute = (c) => {
text: c.args.join(' ').slice(0, 512)
}
],
color: 'white'
color: c.colors.tertiary
}
bots.forEach(item => {
if (item.host.options && item.host.options.netmsgIncomingDisabled && c.type !== 'console') return

View file

@ -53,7 +53,7 @@ export default function load (b) {
console.log(e)
b.tellraw(uuid, {
text: getMessage(context.lang, 'command.error'),
color: 'red',
color: context.colors.error,
hoverEvent: {
action: 'show_text',
value: {