mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
implement rest of the fun commands
This commit is contained in:
parent
1556b119f3
commit
d2807f402d
2 changed files with 16 additions and 9 deletions
|
|
@ -4,6 +4,14 @@ pub fn cmds() -> impl Iterator<Item = Command> {
|
|||
[
|
||||
command!("thunder" => "fun_thunder"),
|
||||
command!("meow" => "fun_meow"),
|
||||
command!("mn" => "fun_pokemon"),
|
||||
command!("fire" => "fun_fire"),
|
||||
command!("freeze" => "fun_freeze"),
|
||||
command!("starstorm" => "fun_starstorm"),
|
||||
command!("flash" => "fun_flash"),
|
||||
command!("rool" => "fun_rool"),
|
||||
command!("sus" => "amogus"),
|
||||
command!("error" => "fun_error"),
|
||||
]
|
||||
.into_iter()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue