Skip to content

Commit 1bc7e08

Browse files
committed
Update the email address in the ban message
1 parent a2473ff commit 1bc7e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/text.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pub(crate) const WELCOME_BILLBOARD: &'static str = "By participating in this com
33
https://www.rust-lang.org/policies/code-of-conduct ";
44

55
pub(crate) fn ban_message(reason: &str, hours: u64) -> String {
6-
format!("You have been banned from The Rust Programming Language discord server for {}. The ban will expire in {} hours. If you feel this action was taken unfairly, you can reach the Rust moderation team at rust[email protected]", reason, hours)
6+
format!("You have been banned from The Rust Programming Language discord server for {}. The ban will expire in {} hours. If you feel this action was taken unfairly, you can reach the Rust moderation team at discord[email protected]", reason, hours)
77
}

0 commit comments

Comments
 (0)