feat: watchlist commands

This commit is contained in:
sam 2024-10-28 16:25:42 +01:00
parent 56af787e57
commit b56a71e105
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
4 changed files with 167 additions and 2 deletions

View file

@ -93,6 +93,7 @@ builder
.WithCommandGroup<InviteCommands>()
.WithCommandGroup<IgnoreChannelCommands>()
.WithCommandGroup<RedirectCommands>()
.WithCommandGroup<WatchlistCommands>()
// End command tree
.Finish()
.AddPagination()