guildWebhooks constant
int
const guildWebhooks
Subscribes to webhook events.
Events received:
- Webhook create, update, delete
Use cases: Webhook management, audit logging
Value: 1 << 5 (32)
Implementation
static const int guildWebhooks = 1 << 5;