diff options
| author | seth <[email protected]> | 2024-05-02 21:43:47 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-02 21:43:56 -0400 |
| commit | ea712d95dc575c5dace753094c1e978fdd46cb1d (patch) | |
| tree | ac14d25aecf5633cc604fb738d314bb614d68d32 /src/commands/general/mod.rs | |
| parent | a1876d5a6d47f9bf8fb78be4162d6a7d7fa90d16 (diff) | |
feat: add emoji 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 9bd3827..590dce1 100644 --- a/src/commands/general/mod.rs +++ b/src/commands/general/mod.rs @@ -2,6 +2,7 @@ pub mod ask; pub mod bing; pub mod config; pub mod convert; +pub mod emoji; pub mod pfp; pub mod random; pub mod version; |
