@@ -53,10 +53,12 @@ These changes are available on the `master` branch, but have not yet been releas
53
53
([ #2598 ] ( https://github.com/Pycord-Development/pycord/pull/2598 ) )
54
54
- Added the ability to change the API's base URL with ` Route.API_BASE_URL ` .
55
55
([ #2714 ] ( https://github.com/Pycord-Development/pycord/pull/2714 ) )
56
- - Added the ability to pass a ` datetime.time ` object to ` format_dt `
56
+ - Added the ability to pass a ` datetime.time ` object to ` format_dt ` .
57
57
([ #2747 ] ( https://github.com/Pycord-Development/pycord/pull/2747 ) )
58
58
- Added support for ` Literal[...] ` to define command choices.
59
59
([ #2782 ] ( https://github.com/Pycord-Development/pycord/pull/2782 ) )
60
+ - Added ` discord.Interaction.created_at ` .
61
+ ([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
60
62
61
63
### Fixed
62
64
@@ -107,12 +109,18 @@ These changes are available on the `master` branch, but have not yet been releas
107
109
([ #2739 ] ( https://github.com/Pycord-Development/pycord/pull/2739 ) )
108
110
- Fixed missing ` None ` type hints in ` Select.__init__ ` .
109
111
([ #2746 ] ( https://github.com/Pycord-Development/pycord/pull/2746 ) )
112
+ - Fixed ` TypeError ` when using ` Flag ` with Python 3.11+.
113
+ ([ #2759 ] ( https://github.com/Pycord-Development/pycord/pull/2759 ) )
114
+ - Fixed ` TypeError ` when specifying ` thread_name ` in ` Webhook.send ` .
115
+ ([ #2761 ] ( https://github.com/Pycord-Development/pycord/pull/2761 ) )
110
116
- Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
111
117
([ #2767 ] ( https://github.com/Pycord-Development/pycord/pull/2767 ) )
112
118
- Fixed ` Webhook.edit ` not working with ` attachments=[] ` .
113
119
([ #2779 ] ( https://github.com/Pycord-Development/pycord/pull/2779 ) )
114
120
- Fixed GIF-based ` Sticker ` returning the wrong ` url ` .
115
121
([ #2781 ] ( https://github.com/Pycord-Development/pycord/pull/2781 ) )
122
+ - Fixed ` VoiceClient ` crashing randomly while receiving audio
123
+ ([ #2800 ] ( https://github.com/Pycord-Development/pycord/pull/2800 ) )
116
124
117
125
### Changed
118
126
@@ -130,6 +138,8 @@ These changes are available on the `master` branch, but have not yet been releas
130
138
changes. ([ #2671 ] ( https://github.com/Pycord-Development/pycord/pull/2671 ) )
131
139
- ` Entitlement.ends_at ` can now be ` None ` .
132
140
([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
141
+ - Changed the default value of ` ApplicationCommand.nsfw ` to ` False ` .
142
+ ([ #2797 ] ( https://github.com/Pycord-Development/pycord/pull/2797 ) )
133
143
134
144
### Deprecated
135
145
@@ -140,6 +150,11 @@ These changes are available on the `master` branch, but have not yet been releas
140
150
- Deprecated ` Interaction.cached_channel ` in favor of ` Interaction.channel ` .
141
151
([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
142
152
153
+ ### Removed
154
+
155
+ - Removed deprecated support for ` Option ` in ` BridgeCommand ` . Use ` BridgeOption `
156
+ instead. ([ #2731 ] )(https://github.com/Pycord-Development/pycord/pull/2731 ))
157
+
143
158
## [ 2.6.1] - 2024-09-15
144
159
145
160
### Fixed
0 commit comments