From e5e5ef8b6b4cfa57537d3dcde45028a32b4d0a68 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 7 Sep 2021 14:03:52 +0200 Subject: add about command --- src/main.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main.rs') 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 + ), ]; } -- cgit v1.2.3