Skip to content

Commit

Permalink
Update deadline to 5.3.0, add replacing advice
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Spieß <[email protected]>
  • Loading branch information
freya022 and MinnDevelopment authored Nov 1, 2024
1 parent bfc84b8 commit a31eff5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ public enum GatewayIntent
*
* @deprecated Replaced with {@link #GUILD_EXPRESSIONS}
*/
@ForRemoval(deadline = "5.2.0")
@ForRemoval(deadline = "5.3.0")
@ReplaceWith("GUILD_EXPRESSIONS")
@Deprecated
GUILD_EMOJIS_AND_STICKERS(3),
/**
Expand Down

0 comments on commit a31eff5

Please sign in to comment.