diff options
| author | seth <[email protected]> | 2024-05-02 20:29:12 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-02 20:29:12 -0400 |
| commit | a1876d5a6d47f9bf8fb78be4162d6a7d7fa90d16 (patch) | |
| tree | 7d8fd1efd7896664a4952d9f25976aeb6247dee3 /src/commands/general/mod.rs | |
| parent | 7d4fa29a63c3ff558a88fdacbed7d02cf805f4f9 (diff) | |
feat: add pfp command
Diffstat (limited to 'src/commands/general/mod.rs')
| -rw-r--r-- | src/commands/general/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/general/mod.rs b/src/commands/general/mod.rs index 82af4d2..9bd3827 100644 --- a/src/commands/general/mod.rs +++ b/src/commands/general/mod.rs @@ -2,5 +2,6 @@ pub mod ask; pub mod bing; pub mod config; pub mod convert; +pub mod pfp; pub mod random; pub mod version; |
