refactor: create ModAction struct
This commit is contained in:
parent
ed496f5cdc
commit
78c8aa7a18
5 changed files with 382 additions and 129 deletions
|
@ -15,7 +15,8 @@ pub fn to_global_commands() -> Vec<Command<Data, Report>> {
|
|||
general::say(),
|
||||
general::stars(),
|
||||
general::tag(),
|
||||
moderation::ban(),
|
||||
moderation::kick(),
|
||||
moderation::ban_user(),
|
||||
moderation::mass_ban(),
|
||||
moderation::kick_user(),
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue