Message content is privileged

This commit is contained in:
Vankka 2022-05-01 12:30:42 +03:00
parent 97a8816edd
commit e5a15eea39
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0

View File

@ -75,6 +75,7 @@ public class JDAConnectionManager implements DiscordConnectionManager {
static {
PRIVILEGED_INTENTS.put(GatewayIntent.GUILD_MEMBERS, "Server Members Intent");
PRIVILEGED_INTENTS.put(GatewayIntent.GUILD_PRESENCES, "Presence Intent");
PRIVILEGED_INTENTS.put(GatewayIntent.GUILD_MESSAGES, "Message Content Intent");
}
private final DiscordSRV discordSRV;