From 1dd4a4e70a9ac757ca2f539221e4e1a5b4fbf89d Mon Sep 17 00:00:00 2001 From: Lorenz Leitner Date: Mon, 11 Oct 2021 14:59:59 +0200 Subject: Add wa as hook --- 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 9ab7f6c..f337613 100644 --- a/src/main.rs +++ b/src/main.rs @@ -52,5 +52,10 @@ async fn main() { "Prints some info about this kitty cat", catinator::hooks::about ), + async command( + "wa", + "Returns Wolfram Alpha results for a query", + catinator::hooks::wa::wa + ), ]; } -- cgit v1.2.3