Goodbye moderation
We'll probably keep zeppelin / move back to Lily -- however the reminders seem to currently be broken :/
This commit is contained in:
parent
e0fea8d23e
commit
f2979d4cde
7 changed files with 1 additions and 559 deletions
|
@ -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(),
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue