forked from Fascinated/Bat
update vote cmd
This commit is contained in:
parent
f30697d1a6
commit
2255b02a60
@ -26,7 +26,7 @@ public class VoteCommand extends BatCommand {
|
|||||||
@Override
|
@Override
|
||||||
public void execute(BatGuild guild, @NonNull BatUser user, @NonNull MessageChannel channel, Member member, @NonNull SlashCommandInteraction event) {
|
public void execute(BatGuild guild, @NonNull BatUser user, @NonNull MessageChannel channel, Member member, @NonNull SlashCommandInteraction event) {
|
||||||
EmbedDescriptionBuilder description = new EmbedDescriptionBuilder("Vote Links");
|
EmbedDescriptionBuilder description = new EmbedDescriptionBuilder("Vote Links");
|
||||||
description.appendLine("Vote for the bot on the following websites to support us!", true);
|
description.appendLine("Vote for the bot on the following websites to support us!", false);
|
||||||
for (String link : VOTE_LINKS) {
|
for (String link : VOTE_LINKS) {
|
||||||
description.appendLine(link, true);
|
description.appendLine(link, true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user