mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
Message content is privileged
This commit is contained in:
parent
97a8816edd
commit
e5a15eea39
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user