Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit 459a140

Browse files
authored
Merge pull request #602 from Lulalaby/patch-2
Add guild feature
2 parents a4078a6 + 2d42971 commit 459a140

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/mewna/catnip/entity/guild/GuildFeature.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ public enum GuildFeature {
134134
* Guild uses new thread permissions (temporary flag)
135135
*/
136136
NEW_THREAD_PERMISSIONS,
137+
/**
138+
* Guild has enabled role subscriptions
139+
*/
140+
ROLE_SUBSCRIPTIONS_ENABLED,
137141
/**
138142
* When no other feature matches.
139143
*/

0 commit comments

Comments
 (0)