Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
feat: clarify poll eligibility
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Mar 27, 2023
1 parent 587eab6 commit 991a90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/poll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 991a90c

Please sign in to comment.