fix hs ping
This commit is contained in:
parent
2f1510f2c0
commit
0514afd32f
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue