add vote link

This commit is contained in:
Lee 2024-07-02 01:56:59 +01:00
parent 317eaaec8a
commit 0b8caf3e25

@ -18,7 +18,8 @@ import org.springframework.stereotype.Component;
@CommandInfo(name = "vote", description = "Vote for the bot", guildOnly = false) @CommandInfo(name = "vote", description = "Vote for the bot", guildOnly = false)
public class VoteCommand extends BatCommand { public class VoteCommand extends BatCommand {
private static final String[] VOTE_LINKS = new String[]{ 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 @Override