oops
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m40s

This commit is contained in:
Lee
2025-01-09 21:40:11 +00:00
parent b78ef6e96c
commit ae741e1f13

View File

@ -42,7 +42,7 @@ public class HowGayCommand extends BatCommand {
event.replyEmbeds(EmbedUtils.genericEmbed()
.setDescription(new DescriptionBuilder("How Gay?")
.appendLine("%s is %s gay".formatted(
.appendLine("%s is %s%% gay".formatted(
target.getAsMention(),
(int) MathUtils.random(0, 100)
), false)