Update about command colors
This commit is contained in:
parent
d64c7669ee
commit
95a9830bf6
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
translate: ' (%s)',
|
||||
color: 'white',
|
||||
color: c.colors.primary,
|
||||
with: [
|
||||
{
|
||||
text: gitCommit,
|
||||
|
@ -79,7 +79,7 @@ module.exports = {
|
|||
with: [
|
||||
{
|
||||
translate: '"%s"',
|
||||
color: 'white',
|
||||
color: c.colors.secondary,
|
||||
with: [
|
||||
{
|
||||
text: 'serverinfo',
|
||||
|
|
Loading…
Reference in a new issue