From 0b8caf3e25051419e1546bf3ee928f4a4f165d49 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 2 Jul 2024 01:56:59 +0100 Subject: [PATCH] add vote link --- .../bat/features/base/commands/general/VoteCommand.java | 3 ++- 1 file changed, 2 insertions(+), 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 aac169a..c0acbed 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 @@ -18,7 +18,8 @@ import org.springframework.stereotype.Component; @CommandInfo(name = "vote", description = "Vote for the bot", guildOnly = false) public class VoteCommand extends BatCommand { private static final String[] VOTE_LINKS = new String[]{ - "https://top.gg/bot/1254161119975833652/vote" + "https://top.gg/bot/1254161119975833652/vote", + "https://discordbotlist.com/bots/bat/upvote" }; @Override