From e38a441e37ec1a1dff07cf8bcff3e36a411709aa Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 15 Dec 2023 01:14:15 -0500 Subject: remove moderation commands this was mainly an experiment; i don't think we need them --- src/commands/optional/mod.rs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/commands/optional') diff --git a/src/commands/optional/mod.rs b/src/commands/optional/mod.rs index 451deeb..2be1fef 100644 --- a/src/commands/optional/mod.rs +++ b/src/commands/optional/mod.rs @@ -1,5 +1,11 @@ +use crate::Data; + +use color_eyre::eyre::Report; +use poise::Command; + mod copypasta; mod teawiespam; -pub use copypasta::copypasta; -pub use teawiespam::teawiespam; +pub fn to_commands() -> Vec> { + vec![copypasta::copypasta(), teawiespam::teawiespam()] +} -- cgit v1.2.3