fix the gay color
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user