diff options
| author | seth <[email protected]> | 2023-04-07 22:59:35 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-07 23:13:40 -0400 |
| commit | 0d0e68fec058b7a8b8e9a4768a183ec08ffad770 (patch) | |
| tree | 6f78cde40cf569a360b7dcce285417e9072e69dc /src/commands/mod.rs | |
| parent | 065ac97194b7640ca350b4770b404d855bf98b17 (diff) | |
add bottom subcommands
Diffstat (limited to 'src/commands/mod.rs')
| -rw-r--r-- | src/commands/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs index afe1e39..3bda3ac 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -1,6 +1,5 @@ pub mod ask; -pub mod bottom_decode; -pub mod bottom_encode; +pub mod bottom; pub mod copypasta; pub mod random_lore; pub mod random_teawie; |
