summaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-02 20:29:12 -0400
committerseth <[email protected]>2024-05-02 20:29:12 -0400
commita1876d5a6d47f9bf8fb78be4162d6a7d7fa90d16 (patch)
tree7d8fd1efd7896664a4952d9f25976aeb6247dee3 /src/commands/mod.rs
parent7d4fa29a63c3ff558a88fdacbed7d02cf805f4f9 (diff)
feat: add pfp 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 e55419b..51fe388 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, pfp),
cmd!(general, random),
cmd!(general, version),
cmd!(moderation, clear_messages),
@@ -38,6 +39,7 @@ pub fn to_vec_global() -> Vec<Command> {
cmd!(general, bing),
cmd!(general, config),
cmd!(general, convert),
+ cmd!(general, pfp),
cmd!(general, random),
cmd!(general, version),
cmd!(moderation, clear_messages),