From 387b7dee5c022dab74bd7afc920b58793b8308de Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 15 Nov 2023 23:54:05 -0500 Subject: refactor: merge all random commands --- src/commands/mod.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/commands/mod.rs') diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 08cfc3d..b6130ab 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -2,9 +2,7 @@ pub mod ask; pub mod bing; pub mod convert; pub mod copypasta; -pub mod random_lore; -pub mod random_shiggy; -pub mod random_teawie; +pub mod random; pub mod teawiespam; pub mod version; @@ -16,9 +14,7 @@ pub fn to_global_commands() -> Vec> { ask::ask(), bing::bing(), convert::convert(), - random_lore::random_lore(), - random_shiggy::random_shiggy(), - random_teawie::random_teawie(), + random::random(), copypasta::copypasta(), teawiespam::teawiespam(), version::version(), -- cgit v1.2.3