feat: meow

This commit is contained in:
dusk 2025-01-05 13:12:07 +09:00
parent b477ade3fe
commit 77f5642307
No known key found for this signature in database
3 changed files with 11 additions and 7 deletions

View file

@ -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()
}