add how gay command
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m44s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m44s
This commit is contained in:
parent
38089bdcd5
commit
fc1216be25
@ -42,7 +42,7 @@ public class HowGayCommand extends BatCommand {
|
|||||||
|
|
||||||
event.replyEmbeds(EmbedUtils.genericEmbed()
|
event.replyEmbeds(EmbedUtils.genericEmbed()
|
||||||
.setDescription(new DescriptionBuilder("How Gay?")
|
.setDescription(new DescriptionBuilder("How Gay?")
|
||||||
.appendLine("%s is %s% gay".formatted(
|
.appendLine("%s is %s gay".formatted(
|
||||||
target.getAsMention(),
|
target.getAsMention(),
|
||||||
(int) MathUtils.random(0, 100)
|
(int) MathUtils.random(0, 100)
|
||||||
), false)
|
), false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user