mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
hide admin commands from suggestions etc.
This commit is contained in:
parent
7dd2a4e7e1
commit
42c9429953
3 changed files with 10 additions and 0 deletions
|
|
@ -71,4 +71,5 @@ pub fn cmds() -> impl Iterator<Item = Command> {
|
|||
]
|
||||
.into_iter()
|
||||
.chain(abuselog_cmds)
|
||||
.map(|cmd| cmd.show_in_suggestions(false))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue