From 991a90cfa9609114dacd3e5e27d33bc41780ae26 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 27 Mar 2023 22:02:55 +0200 Subject: [PATCH] feat: clarify poll eligibility --- src/utils/poll.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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