summaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-07 19:59:19 -0400
committerseth <[email protected]>2023-04-07 20:00:57 -0400
commitbb3df7e6ab9de4c52fbe81b589ac5d1add6d281d (patch)
treed0642d24fe96e8ea6d98969a20975b611ec11d53 /src/commands/mod.rs
parent83f885ee8d762551a6c5d8ea5ab3719cde76464a (diff)
add random lore 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 7005ae2..afe1e39 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -2,4 +2,5 @@ pub mod ask;
pub mod bottom_decode;
pub mod bottom_encode;
pub mod copypasta;
+pub mod random_lore;
pub mod random_teawie;