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

Commit 703e89b

Browse files
authored
Update GuildFeature.java
1 parent c676310 commit 703e89b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,15 @@ public enum GuildFeature {
138138
* Guild has enabled role subscriptions
139139
*/
140140
ROLE_SUBSCRIPTIONS_ENABLED,
141+
/**
142+
* Guild has access to voice in text.
143+
* See https://github.com/mewna/catnip/issues/606.
144+
*/
145+
TEXT_IN_VOICE_ENABLED,
146+
/**
147+
* See https://github.com/mewna/catnip/issues/613.
148+
*/
149+
ANIMATED_BANNER,
141150
/**
142151
* When no other feature matches.
143152
*/

0 commit comments

Comments
 (0)