@@ -49,12 +49,16 @@ These changes are available on the `master` branch, but have not yet been releas
49
49
([ #2579 ] ( https://github.com/Pycord-Development/pycord/pull/2579 ) )
50
50
- Added new ` Subscription ` object and related methods/events.
51
51
([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
52
+ - Added ` Message.forward_to ` , ` Message.snapshots ` , and other related attributes.
53
+ ([ #2598 ] ( https://github.com/Pycord-Development/pycord/pull/2598 ) )
52
54
- Added the ability to change the API's base URL with ` Route.API_BASE_URL ` .
53
55
([ #2714 ] ( https://github.com/Pycord-Development/pycord/pull/2714 ) )
54
- - 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 ` .
55
57
([ #2747 ] ( https://github.com/Pycord-Development/pycord/pull/2747 ) )
56
58
- Added ` RawMessageUpdateEvent.new_message ` - message update events now contain full
57
59
message objects ([ #2780 ] ( https://github.com/Pycord-Development/pycord/pull/2780 ) )
60
+ - Added ` discord.Interaction.created_at ` .
61
+ ([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
58
62
59
63
### Fixed
60
64
@@ -101,14 +105,22 @@ These changes are available on the `master` branch, but have not yet been releas
101
105
([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
102
106
- Fixed ` Subscription.renewal_sku_ids ` not accepting ` None ` from the received payload.
103
107
([ #2709 ] ( https://github.com/Pycord-Development/pycord/pull/2709 ) )
104
- - Fixed ` ForumChannel.edit ` allowing ` default_reaction_emoji ` to be ` None `
108
+ - Fixed ` ForumChannel.edit ` allowing ` default_reaction_emoji ` to be ` None ` .
105
109
([ #2739 ] ( https://github.com/Pycord-Development/pycord/pull/2739 ) )
106
110
- Fixed missing ` None ` type hints in ` Select.__init__ ` .
107
- ([ #2746 ] )(https://github.com/Pycord-Development/pycord/pull/2746 )
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 ) )
108
116
- Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
109
- ([ #2767 ] ) (https://github.com/Pycord-Development/pycord/pull/2767 )
117
+ ([ #2767 ] ( https://github.com/Pycord-Development/pycord/pull/2767 ) )
110
118
- Fixed ` Webhook.edit ` not working with ` attachments=[] ` .
111
- ([ #2779 ] )(https://github.com/Pycord-Development/pycord/pull/2779 )
119
+ ([ #2779 ] ( https://github.com/Pycord-Development/pycord/pull/2779 ) )
120
+ - Fixed GIF-based ` Sticker ` returning the wrong ` url ` .
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 ) )
112
124
113
125
### Changed
114
126
@@ -126,6 +138,8 @@ These changes are available on the `master` branch, but have not yet been releas
126
138
changes. ([ #2671 ] ( https://github.com/Pycord-Development/pycord/pull/2671 ) )
127
139
- ` Entitlement.ends_at ` can now be ` None ` .
128
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 ) )
129
143
130
144
### Deprecated
131
145
@@ -136,6 +150,11 @@ These changes are available on the `master` branch, but have not yet been releas
136
150
- Deprecated ` Interaction.cached_channel ` in favor of ` Interaction.channel ` .
137
151
([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
138
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
+
139
158
## [ 2.6.1] - 2024-09-15
140
159
141
160
### Fixed
0 commit comments