We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4f7aff + efcf5be commit 4a64533Copy full SHA for 4a64533
1 file changed
src/command/verify.rs
@@ -51,7 +51,7 @@ pub async fn verify(ctx: Context<'_>, id: String) -> Result<()> {
51
};
52
let roles = guild.roles(ctx.http()).await?;
53
let role_id = roles.iter().find_map(|(id, role)| {
54
- if role.name == config.moderator_role {
+ if role.name == config.candidate_role {
55
Some(id)
56
} else {
57
None
0 commit comments