diff --git a/src/commands/helpstart.rs b/src/commands/helpstart.rs index 00c3d46..0c267fa 100644 --- a/src/commands/helpstart.rs +++ b/src/commands/helpstart.rs @@ -34,7 +34,7 @@ pub(crate) async fn helpstart( needed_players - bots )) .ephemeral(false) - .allowed_mentions(CreateAllowedMentions::new().roles(vec![1008075054971621448])), + .allowed_mentions(CreateAllowedMentions::new().roles(vec![ping])), Err(why) => reply.content(why.to_string()).ephemeral(true), } };