add vote link
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 39s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 39s
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user