diff --git a/src/utils/poll.rs b/src/utils/poll.rs index f0873f1..42eef25 100644 --- a/src/utils/poll.rs +++ b/src/utils/poll.rs @@ -40,7 +40,7 @@ pub async fn handle_poll( }, } } 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