From 48deaf177633e062582b7733f633a37b296cac95 Mon Sep 17 00:00:00 2001 From: R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> Date: Sat, 5 Jun 2021 22:42:56 +0200 Subject: feat: adds pet command. When petting the cat it will reply with some random action. --- 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 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 + ), ]; } -- cgit v1.2.3