feat: role delete logging, used invite logging, also some random changes
This commit is contained in:
parent
4f54077c68
commit
c906a4d6b6
18 changed files with 386 additions and 76 deletions
|
|
@ -6,6 +6,7 @@ using Newtonsoft.Json.Serialization;
|
|||
using Prometheus;
|
||||
using Remora.Commands.Extensions;
|
||||
using Remora.Discord.API.Abstractions.Gateway.Commands;
|
||||
using Remora.Discord.Caching.Extensions;
|
||||
using Remora.Discord.Commands.Extensions;
|
||||
using Remora.Discord.Extensions.Extensions;
|
||||
using Remora.Discord.Gateway;
|
||||
|
|
@ -42,6 +43,7 @@ builder
|
|||
| GatewayIntents.MessageContents
|
||||
| GatewayIntents.GuildEmojisAndStickers
|
||||
)
|
||||
.AddDiscordCaching()
|
||||
.AddDiscordCommands(enableSlash: true, useDefaultCommandResponder: false)
|
||||
.AddCommandTree()
|
||||
// Start command tree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue