mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
implement misc commands
This commit is contained in:
parent
1627e25268
commit
f14901a4e3
2 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,10 @@
|
|||
use super::*;
|
||||
|
||||
pub fn cmds() -> impl Iterator<Item = Command> {
|
||||
[].into_iter()
|
||||
[
|
||||
command!("invite" => "invite").help("Gets a link to invite PluralKit to other servers"),
|
||||
command!(("stats", ["status"]) => "stats")
|
||||
.help("Shows statistics and information about PluralKit"),
|
||||
]
|
||||
.into_iter()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue