add how gay command
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m44s

This commit is contained in:
Lee 2025-01-06 05:03:24 +00:00
parent 38089bdcd5
commit fc1216be25

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)