Skip to content

Commit c426e6d

Browse files
authored
Fix changelog fragment inconsistencies + add deprecation changelog fragment for 924 (#993)
1 parent 31b7b13 commit c426e6d

10 files changed

Lines changed: 12 additions & 9 deletions

changes/924.deprecation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Deprecated `RESTClient.command_builder` and `RESTClient.create_application_command`.
2+
3+
You should switch to `RESTClient.slash_command_builder`and `RESTClient.create_slash_command` respectively.

changes/924.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add new command types and application autocomplete option
1+
Add context menu commands and command autocomplete.

changes/954.bugfix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix deprecation warnings raised by usage of asyncio.gather outside of an active event loop in GatewayBot.run
1+
Fix deprecation warnings raised by usage of `asyncio.gather` outside of an active event loop in `GatewayBot.run`.

changes/955.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added support for GET /users/@me/guilds/{guild}/member
1+
Added support for GET /users/@me/guilds/{guild}/member.

changes/957.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add the SUPPRESS_USER_JOIN_REPLIES system channel flag flag.
1+
Add the `SUPPRESS_USER_JOIN_REPLIES` system channel flag.

changes/959.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add the BOT_HTTP_INTERACTIONS user flag.
1+
Add the `BOT_HTTP_INTERACTIONS` user flag.

changes/962.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add locale and guild_locale properties to interactions.
1+
Add `locale` and `guild_locale` properties to interactions.

changes/971.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add ability to send attachments in an interaction initial response
1+
Add ability to send attachments in an interaction initial response.

changes/975.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add display_avatar_url property to hikari.Member and hikari.User
1+
Add `display_avatar_url` property to `hikari.Member` and `hikari.User`.

changes/984.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
old_x keyword arguments in the event factory now default to None.
1+
old_x keyword arguments in the event factory now default to `None`.

0 commit comments

Comments
 (0)