summaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-02 21:43:47 -0400
committerseth <[email protected]>2024-05-02 21:43:56 -0400
commitea712d95dc575c5dace753094c1e978fdd46cb1d (patch)
treeac14d25aecf5633cc604fb738d314bb614d68d32 /src/commands/mod.rs
parenta1876d5a6d47f9bf8fb78be4162d6a7d7fa90d16 (diff)
feat: add emoji command
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index 51fe388..e8cac33 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -23,6 +23,7 @@ pub fn to_vec() -> Vec<Command> {
cmd!(general, bing),
cmd!(general, config),
cmd!(general, convert),
+ cmd!(general, emoji),
cmd!(general, pfp),
cmd!(general, random),
cmd!(general, version),
@@ -39,6 +40,7 @@ pub fn to_vec_global() -> Vec<Command> {
cmd!(general, bing),
cmd!(general, config),
cmd!(general, convert),
+ cmd!(general, emoji),
cmd!(general, pfp),
cmd!(general, random),
cmd!(general, version),