Make some commands use extra colors
This commit is contained in:
parent
b4fa907a3a
commit
dd27c84094
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue