diff options
Diffstat (limited to '')
| -rw-r--r-- | src/main.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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 + ), ]; } |
