From ea712d95dc575c5dace753094c1e978fdd46cb1d Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 2 May 2024 21:43:47 -0400 Subject: feat: add emoji command --- src/commands/general/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/general/mod.rs') 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; -- cgit v1.2.3