chore(poll): update target url

This commit is contained in:
Ax333l 2023-02-03 17:14:41 +00:00 committed by GitHub
parent 0ba6d37a0a
commit b2fda777e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ pub async fn handle_poll(
.create_interaction_response(&ctx.http, |r| {
r.interaction_response_data(|m| {
if let Ok(token) = result.as_deref() {
let url = format!("https://revanced.app/polling#{}", token);
let url = format!("https://revanced.app/poll#{}", token);
m.components(|c| {
c.create_action_row(|r| {
r.create_button(|b| {