aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 3213d50..21a1ba1 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -40,5 +40,10 @@ async fn main() {
r"^\[.*?\]$",
catinator::hooks::intensify
),
+ command(
+ "pet",
+ "Pet the cat, cats generally like pets.",
+ catinator::hooks::pet::pet
+ ),
];
}