Goodbye moderation

We'll probably keep zeppelin / move back to Lily -- however the reminders seem to currently be broken :/
This commit is contained in:
TheKodeToad 2024-01-08 17:17:21 +00:00 committed by seth
parent e0fea8d23e
commit f2979d4cde
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
7 changed files with 1 additions and 559 deletions

View file

@ -4,7 +4,6 @@ use color_eyre::eyre::Report;
use poise::Command;
mod general;
pub mod moderation;
pub fn to_global_commands() -> Vec<Command<Data, Report>> {
vec![
@ -15,8 +14,5 @@ pub fn to_global_commands() -> Vec<Command<Data, Report>> {
general::say(),
general::stars(),
general::tag(),
moderation::ban_user(),
moderation::mass_ban(),
moderation::kick_user(),
]
}