refactor moderation; change prefix to r

This commit is contained in:
TheKodeToad 2023-12-06 17:00:26 +00:00
parent 174d93544c
commit 20e2dbbe46
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
3 changed files with 123 additions and 52 deletions

View file

@ -15,7 +15,7 @@ pub fn to_global_commands() -> Vec<Command<Data, Report>> {
general::say(),
general::stars(),
general::tag(),
moderation::ban_user(),
moderation::kick_user(),
moderation::ban(),
moderation::kick(),
]
}