summaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs8
1 files changed, 2 insertions, 6 deletions
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<Command<Data, Error>> {
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(),