summaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
authoruku <[email protected]>2023-10-13 11:11:03 +0200
committerseth <[email protected]>2023-10-13 13:05:37 -0400
commit05e0831f7926dd4afda8e72c6ea5aa7a466b6bea (patch)
treea6e3a4b8c8c636e9d60b9c1b980e909d9b306d9d /src/commands/mod.rs
parentd8d0c15a1a6f3abd9915eb2ac6807d72aa4f3171 (diff)
add random_shiggy command
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index fb7ee4b..1640707 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -3,4 +3,5 @@ pub mod bottom;
pub mod convert;
pub mod copypasta;
pub mod random_lore;
+pub mod random_shiggy;
pub mod random_teawie;