mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
feat: meow
This commit is contained in:
parent
b477ade3fe
commit
77f5642307
3 changed files with 11 additions and 7 deletions
|
|
@ -1,10 +1,9 @@
|
|||
use super::*;
|
||||
|
||||
pub fn cmds() -> impl Iterator<Item = Command> {
|
||||
[command!(
|
||||
["thunder"],
|
||||
"fun_thunder",
|
||||
"fun thunder"
|
||||
)]
|
||||
[
|
||||
command!(["thunder"], "fun_thunder", "fun thunder"),
|
||||
command!(["meow"], "fun_meow", "fun meow"),
|
||||
]
|
||||
.into_iter()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue