From 2255b02a608c13d7d110d60cfa2fd43136f3bd66 Mon Sep 17 00:00:00 2001 From: Lee Date: Wed, 3 Jul 2024 01:09:50 +0000 Subject: [PATCH] update vote cmd --- .../bat/features/base/commands/general/VoteCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cc/fascinated/bat/features/base/commands/general/VoteCommand.java b/src/main/java/cc/fascinated/bat/features/base/commands/general/VoteCommand.java index 8a4731e..bdacd14 100644 --- a/src/main/java/cc/fascinated/bat/features/base/commands/general/VoteCommand.java +++ b/src/main/java/cc/fascinated/bat/features/base/commands/general/VoteCommand.java @@ -26,7 +26,7 @@ public class VoteCommand extends BatCommand { @Override public void execute(BatGuild guild, @NonNull BatUser user, @NonNull MessageChannel channel, Member member, @NonNull SlashCommandInteraction event) { 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) { description.appendLine(link, true); }