diff options
| author | seth <[email protected]> | 2023-11-15 21:58:01 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-16 03:00:07 +0000 |
| commit | c1c916678e0afec308d905c97d9ccd241c8a1edf (patch) | |
| tree | a7f7f9c7ad2417fe4b990cd9c69d391e7d14d344 /src/main.rs | |
| parent | a4a9353e1c8f902b7d7b3cf74e3e5b129c214330 (diff) | |
feat: add version command
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
