fix the gay color

This commit is contained in:
Chayapak 2023-07-02 11:43:21 +07:00
parent ec4bcd122c
commit 5dae3dbdcf

View file

@ -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)
);