diff options
| author | seth <[email protected]> | 2023-04-07 19:59:19 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-07 20:00:57 -0400 |
| commit | bb3df7e6ab9de4c52fbe81b589ac5d1add6d281d (patch) | |
| tree | d0642d24fe96e8ea6d98969a20975b611ec11d53 /src/commands/mod.rs | |
| parent | 83f885ee8d762551a6c5d8ea5ab3719cde76464a (diff) | |
add random lore command
Diffstat (limited to 'src/commands/mod.rs')
| -rw-r--r-- | src/commands/mod.rs | 1 |
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; |
