fix hs ping

This commit is contained in:
Stachelbeere1248 2024-08-01 14:16:56 +02:00
parent 2f1510f2c0
commit 0514afd32f
Signed by: Stachelbeere1248
SSH key fingerprint: SHA256:IozEKdw2dB8TZxkpPdMxcWSoWTIMwoLaCcZJ1AJnY2o

View file

@ -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),
}
};