Skip to content

Commit

Permalink
Remove deprecations scheduled for removal in 2.0.0.dev123
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa committed Nov 18, 2023
1 parent 91f22dc commit 159dfce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions 1762.breaking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove previously deprecated `Permissions.MANAGE_EMOJIS_AND_STICKERS`
3 changes: 0 additions & 3 deletions hikari/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ class Permissions(enums.Flag):
(or their owner's account in the case of bot users) and the guild owner.
"""

MANAGE_EMOJIS_AND_STICKERS = enums.deprecated(MANAGE_GUILD_EXPRESSIONS, removal_version="2.0.0.dev123")
"""Deprecated alias for MANAGE_GUILD_EXPRESSIONS."""

USE_APPLICATION_COMMANDS = 1 << 31
"""Allows for using the application commands of guild integrations within a text channel."""

Expand Down

0 comments on commit 159dfce

Please sign in to comment.