diff --git a/blastmud_game/src/message_handler/new_session.rs b/blastmud_game/src/message_handler/new_session.rs index 2755a83..8d4807c 100644 --- a/blastmud_game/src/message_handler/new_session.rs +++ b/blastmud_game/src/message_handler/new_session.rs @@ -14,8 +14,8 @@ pub async fn handle(session: &ListenerSession, source: String, pool: &DBPool) -> \tregister username> password> email> to register as a new user.\r\n\ \tlogin username> password> to log in as an existing user.\r\n\ \thelp to learn more.\r\n\ - [Please note BlastMud is still under development. You are welcome to play as we \ - develop it, but note it might still have bugs, unimplemented features, and \ - unbalanced gameplay aspects].\r\n"))).await?; + [Please contact staff@blastmud.org with any feedback or suggestions on how to \r\n\ + improve Blastmud, to report any inappropriate user generated content or behaviour, or if you \r\n\ + need any other help from the game's operators].\r\n"))).await?; Ok(()) }