mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-02 07:24:25 +02:00
chore(poll): update target url
This commit is contained in:
parent
0ba6d37a0a
commit
b2fda777e4
@ -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| {
|
||||
|
Loading…
x
Reference in New Issue
Block a user