From 33c8fc7bdc1d299301a9713cefdf85f27a1b7b69 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 28 Jun 2023 13:41:00 -0400 Subject: feat: add convertto commands --- src/commands/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/mod.rs') 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; -- cgit v1.2.3