forked from ChomeNS/chomens-bot-java
fix the gay color
This commit is contained in:
parent
ec4bcd122c
commit
5dae3dbdcf
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class HelpCommand extends Command {
|
|||
(command.aliases.length > 0 && !command.aliases[0].equals("")) ?
|
||||
" (" + String.join(", ", command.aliases) + ")" :
|
||||
""
|
||||
))
|
||||
).color(NamedTextColor.WHITE))
|
||||
.append(Component.text(" - " + command.description)).color(NamedTextColor.GRAY)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue