@@ -62,8 +62,10 @@ These changes are available on the `master` branch, but have not yet been releas
62
62
([ #2598 ] ( https://github.com/Pycord-Development/pycord/pull/2598 ) )
63
63
- Added the ability to change the API's base URL with ` Route.API_BASE_URL ` .
64
64
([ #2714 ] ( https://github.com/Pycord-Development/pycord/pull/2714 ) )
65
- - Added the ability to pass a ` datetime.time ` object to ` format_dt `
65
+ - Added the ability to pass a ` datetime.time ` object to ` format_dt ` .
66
66
([ #2747 ] ( https://github.com/Pycord-Development/pycord/pull/2747 ) )
67
+ - Added ` discord.Interaction.created_at ` .
68
+ ([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
67
69
68
70
### Fixed
69
71
@@ -114,12 +116,18 @@ These changes are available on the `master` branch, but have not yet been releas
114
116
([ #2739 ] ( https://github.com/Pycord-Development/pycord/pull/2739 ) )
115
117
- Fixed missing ` None ` type hints in ` Select.__init__ ` .
116
118
([ #2746 ] ( https://github.com/Pycord-Development/pycord/pull/2746 ) )
119
+ - Fixed ` TypeError ` when using ` Flag ` with Python 3.11+.
120
+ ([ #2759 ] ( https://github.com/Pycord-Development/pycord/pull/2759 ) )
121
+ - Fixed ` TypeError ` when specifying ` thread_name ` in ` Webhook.send ` .
122
+ ([ #2761 ] ( https://github.com/Pycord-Development/pycord/pull/2761 ) )
117
123
- Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
118
124
([ #2767 ] ( https://github.com/Pycord-Development/pycord/pull/2767 ) )
119
125
- Fixed ` Webhook.edit ` not working with ` attachments=[] ` .
120
126
([ #2779 ] ( https://github.com/Pycord-Development/pycord/pull/2779 ) )
121
127
- Fixed GIF-based ` Sticker ` returning the wrong ` url ` .
122
128
([ #2781 ] ( https://github.com/Pycord-Development/pycord/pull/2781 ) )
129
+ - Fixed ` VoiceClient ` crashing randomly while receiving audio
130
+ ([ #2800 ] ( https://github.com/Pycord-Development/pycord/pull/2800 ) )
123
131
124
132
### Changed
125
133
@@ -137,6 +145,8 @@ These changes are available on the `master` branch, but have not yet been releas
137
145
changes. ([ #2671 ] ( https://github.com/Pycord-Development/pycord/pull/2671 ) )
138
146
- ` Entitlement.ends_at ` can now be ` None ` .
139
147
([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
148
+ - Changed the default value of ` ApplicationCommand.nsfw ` to ` False ` .
149
+ ([ #2797 ] ( https://github.com/Pycord-Development/pycord/pull/2797 ) )
140
150
141
151
### Deprecated
142
152
@@ -147,6 +157,11 @@ These changes are available on the `master` branch, but have not yet been releas
147
157
- Deprecated ` Interaction.cached_channel ` in favor of ` Interaction.channel ` .
148
158
([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
149
159
160
+ ### Removed
161
+
162
+ - Removed deprecated support for ` Option ` in ` BridgeCommand ` . Use ` BridgeOption `
163
+ instead. ([ #2731 ] )(https://github.com/Pycord-Development/pycord/pull/2731 ))
164
+
150
165
## [ 2.6.1] - 2024-09-15
151
166
152
167
### Fixed
0 commit comments