Skip to content

Commit

Permalink
Add CHANNEL_REGION AuditLogKey (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xirado committed Sep 19, 2021
1 parent e59e3f8 commit 3d97987
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/net/dv8tion/jda/api/audit/AuditLogKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,14 @@ public enum AuditLogKey
*/
CHANNEL_NSFW("nsfw"),

/**
* Change of the {@link net.dv8tion.jda.api.Region Region} value.
* <br>Only for {@link net.dv8tion.jda.api.entities.ChannelType#VOICE ChannelType.VOICE} and {@link net.dv8tion.jda.api.entities.ChannelType#STAGE ChannelType.STAGE}
*
* <p>Expected type: <b>String</b></p>
*/
CHANNEL_REGION("rtc_region"),

/**
* The integer type of this channel.
* <br>Use with {@link net.dv8tion.jda.api.entities.ChannelType#fromId(int) ChannelType.fromId(int)}.
Expand Down

0 comments on commit 3d97987

Please sign in to comment.