From c1c916678e0afec308d905c97d9ccd241c8a1edf Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 15 Nov 2023 21:58:01 -0500 Subject: feat: add version command --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index d4914e9..749daae 100644 --- a/src/main.rs +++ b/src/main.rs @@ -71,6 +71,7 @@ async fn main() { random_teawie::random_teawie(), copypasta::copypasta(), teawiespam::teawiespam(), + version::version(), ], event_handler: |ctx, event, _, data| { Box::pin(async move { -- cgit v1.2.3