aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index dc128cd..9ab7f6c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -47,5 +47,10 @@ async fn main() {
"Pet the cat, cats generally like pets.",
catinator::hooks::pet::pet
),
+ command(
+ "about",
+ "Prints some info about this kitty cat",
+ catinator::hooks::about
+ ),
];
}