feat: invite management commands

This commit is contained in:
sam 2024-10-14 00:26:17 +02:00
parent 32732d74d0
commit 5a2bd7388c
6 changed files with 310 additions and 13 deletions

View file

@ -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