Skip to content

Commit

Permalink
fix: top.gg vote url
Browse files Browse the repository at this point in the history
  • Loading branch information
mezotv authored Dec 27, 2023
1 parent 00e54bc commit 22de1fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl fmt::Display for VoteList {
impl VoteList {
pub fn vote_url(&self) -> &'static str {
match self {
Self::TopGg => "https://top.gg/bot/699453633624064849/vote",
Self::TopGg => "https://top.gg/bot/811652199100317726/vote",
Self::DiscordServicesNet => "https://discordservices.net/bot/scripty",
Self::WumpusStore => "https://wumpus.store/bot/811652199100317726/vote",
}
Expand Down

0 comments on commit 22de1fe

Please sign in to comment.