diff options
| author | seth <[email protected]> | 2023-06-28 13:41:00 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-06-28 13:41:00 -0400 |
| commit | 33c8fc7bdc1d299301a9713cefdf85f27a1b7b69 (patch) | |
| tree | ff83d8c5daf474a4dbf3d45d348057ffbfb8eaff /src/commands/mod.rs | |
| parent | ca089aadb68dd403ecb4c371994b0a5d40d3778b (diff) | |
feat: add convertto commands
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 3bda3ac..fb7ee4b 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -1,5 +1,6 @@ pub mod ask; pub mod bottom; +pub mod convert; pub mod copypasta; pub mod random_lore; pub mod random_teawie; |
