Discord Community #2057
Answered
by
RedcodesDev
redstonepro109
asked this question in
Questions and Help
-
How do i enable and disable discord community using JDA |
Beta Was this translation helpful? Give feedback.
Answered by
RedcodesDev
Mar 20, 2022
Replies: 1 comment 1 reply
-
Bots currently can't enable the community feature on a guild. An Administrator of the guild must enable it manually. You may check if the guild has the community feature enabled by using guild#getFeatures() https://ci.dv8tion.net/job/JDA5/javadoc/net/dv8tion/jda/api/entities/Guild.html#getFeatures(). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
redstonepro109
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bots currently can't enable the community feature on a guild. An Administrator of the guild must enable it manually. You may check if the guild has the community feature enabled by using guild#getFeatures() https://ci.dv8tion.net/job/JDA5/javadoc/net/dv8tion/jda/api/entities/Guild.html#getFeatures().