This commit is contained in:
Chayapak 2023-05-16 16:42:42 +07:00
parent 69c7f41339
commit 5bc73f2e52

View file

@ -168,7 +168,6 @@ public class MailCommand implements Command {
).color(NamedTextColor.GREEN)
)
),
Component.text(formattedTime).color(ColorUtilities.getColorByString(bot.config().colorPalette().string())),
Component.text(mail.contents()).color(NamedTextColor.WHITE)
).color(NamedTextColor.GREEN)
);