diff options
| author | seth <[email protected]> | 2023-12-15 01:14:15 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-15 16:41:13 -0500 |
| commit | e38a441e37ec1a1dff07cf8bcff3e36a411709aa (patch) | |
| tree | 4bb305a9981fca674c765eda35ec155f83b55367 /src/commands/moderation/mod.rs | |
| parent | 89f34a53f7f89261bd23ebd06fb7531d6ceca101 (diff) | |
remove moderation commands
this was mainly an experiment; i don't think we need them
Diffstat (limited to 'src/commands/moderation/mod.rs')
| -rw-r--r-- | src/commands/moderation/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
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; |
