diff --git a/scripty_bot_utils/src/background_tasks/tasks/bot_vote_reminder.rs b/scripty_bot_utils/src/background_tasks/tasks/bot_vote_reminder.rs index 9bf19f9..d6e1d2c 100644 --- a/scripty_bot_utils/src/background_tasks/tasks/bot_vote_reminder.rs +++ b/scripty_bot_utils/src/background_tasks/tasks/bot_vote_reminder.rs @@ -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", }