forked from Minecraft/QoL
Adding alternate spelling of color as aliases for color command. (#21)
Added alternate spelling of color as aliases for color command. - hopefully this is how you're supposed to do this... Reviewed-on: Minecraft/QoL#21 Co-authored-by: benamaurer <ben.a.maurer@gmail.com> Co-committed-by: benamaurer <ben.a.maurer@gmail.com>benamaurer-chatchatDiscod
parent
0c08c26854
commit
0cfb7582bf
|
@ -11,7 +11,7 @@ commands:
|
||||||
description: Base command
|
description: Base command
|
||||||
colors:
|
colors:
|
||||||
description: See all color/formatting codes
|
description: See all color/formatting codes
|
||||||
aliases: [color, c]
|
aliases: [color, c, colour, colours]
|
||||||
list:
|
list:
|
||||||
description: See a list of players
|
description: See a list of players
|
||||||
aliases: [players, playerlist]
|
aliases: [players, playerlist]
|
||||||
|
|
Loading…
Reference in New Issue