Skip to content

Commit

Permalink
Address a grammar error in failed reasons.
Browse files Browse the repository at this point in the history
An overlooked grammatical error occurred in exactly 1 (one) of the possible failure reasons when being verified for the voice gate system. This was unacceptable to the masses, so a swift correction has been added to address it, adding 1 (one) additional word to the listed reason.
  • Loading branch information
scragly committed Oct 18, 2020
1 parent 5cc01bc commit 7b8f857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/moderation/voice_gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
)

MESSAGE_FIELD_MAP = {
"verified_at": f"have been verified for less {GateConf.minimum_days_verified} days",
"verified_at": f"have been verified for less than {GateConf.minimum_days_verified} days",
"voice_banned": "have an active voice ban infraction",
"total_messages": f"have sent less than {GateConf.minimum_messages} messages",
}
Expand Down

0 comments on commit 7b8f857

Please sign in to comment.