feat: invite management commands
This commit is contained in:
parent
32732d74d0
commit
5a2bd7388c
6 changed files with 310 additions and 13 deletions
|
|
@ -71,11 +71,13 @@ builder
|
|||
.WithCommandGroup<MetaCommands>()
|
||||
.WithCommandGroup<ChannelCommands>()
|
||||
.WithCommandGroup<KeyRoleCommands>()
|
||||
.WithCommandGroup<InviteCommands>()
|
||||
// End command tree
|
||||
.Finish()
|
||||
.AddPagination()
|
||||
.AddInteractivity()
|
||||
.AddInteractionGroup<ChannelCommandsComponents>()
|
||||
.AddAutocompleteProvider<InviteAutocompleteProvider>()
|
||||
);
|
||||
|
||||
// Add metric server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue