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/moderation/mod.rs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/commands/moderation/mod.rs (limited to 'src/commands/moderation/mod.rs') diff --git a/src/commands/moderation/mod.rs b/src/commands/moderation/mod.rs deleted file mode 100644 index def251c..0000000 --- a/src/commands/moderation/mod.rs +++ /dev/null @@ -1,5 +0,0 @@ -mod actions; -mod config; - -pub use actions::*; -pub use config::config; -- cgit v1.2.3