hide admin commands from suggestions etc.

This commit is contained in:
dusk 2025-10-11 05:17:13 +00:00
parent 7dd2a4e7e1
commit 42c9429953
No known key found for this signature in database
3 changed files with 10 additions and 0 deletions

View file

@ -71,4 +71,5 @@ pub fn cmds() -> impl Iterator<Item = Command> {
]
.into_iter()
.chain(abuselog_cmds)
.map(|cmd| cmd.show_in_suggestions(false))
}