Skip to content

Commit 2ffa6c5

Browse files
committed
Add section about contacting mods in welcome message
1 parent 023d407 commit 2ffa6c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/text.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
pub(crate) const WELCOME_BILLBOARD: &'static str = "By participating in this community, you agree to follow the Rust Code of Conduct, as linked below. Please click the :white_check_mark: below to acknowledge and gain access to the channels.
22
3-
https://www.rust-lang.org/policies/code-of-conduct ";
3+
https://www.rust-lang.org/policies/code-of-conduct
4+
5+
If you see someone behaving inappropriately, or otherwise against the Code of Conduct, please contact the mods using `@mods` or by DM'ing a mod from the sidebar. ";
46

57
pub(crate) fn ban_message(reason: &str, hours: u64) -> String {
68
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 [email protected]", reason, hours)

0 commit comments

Comments
 (0)