mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-09 18:24:27 +02:00
feat: clarify poll eligibility
This commit is contained in:
parent
587eab6467
commit
991a90cfa9
@ -40,7 +40,7 @@ pub async fn handle_poll(
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Err("You are not eligible to vote on this poll.")
|
Err("You are not eligible to vote on this poll because you joined this server too recently.")
|
||||||
};
|
};
|
||||||
|
|
||||||
let icon_url = component
|
let icon_url = component
|
||||||
|
Loading…
x
Reference in New Issue
Block a user