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

Commit e33f625

Browse files
authored
Add guild feature
1 parent e808e87 commit e33f625

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 the role subscriptions
139+
*/
140+
ROLE_SUBSCRIPTIONS_ENABLED,
137141
/**
138142
* When no other feature matches.
139143
*/

0 commit comments

Comments
 (0)