feat: member avatar/name logging, timeout logging
This commit is contained in:
parent
c906a4d6b6
commit
d445b5ba44
10 changed files with 350 additions and 17 deletions
|
|
@ -35,13 +35,13 @@ builder
|
|||
.Configure<DiscordGatewayClientOptions>(g =>
|
||||
g.Intents =
|
||||
GatewayIntents.Guilds
|
||||
| GatewayIntents.GuildBans
|
||||
| GatewayIntents.GuildBans // Actually GUILD_MODERATION
|
||||
| GatewayIntents.GuildInvites
|
||||
| GatewayIntents.GuildMembers
|
||||
| GatewayIntents.GuildMessages
|
||||
| GatewayIntents.GuildWebhooks
|
||||
| GatewayIntents.MessageContents
|
||||
| GatewayIntents.GuildEmojisAndStickers
|
||||
| GatewayIntents.GuildEmojisAndStickers // Actually GUILD_EXPRESSIONS
|
||||
)
|
||||
.AddDiscordCaching()
|
||||
.AddDiscordCommands(enableSlash: true, useDefaultCommandResponder: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue