@@ -17,6 +17,17 @@ These changes are available on the `master` branch, but have not yet been releas
17
17
([ #2711 ] ( https://github.com/Pycord-Development/pycord/pull/2711 ) )
18
18
- Added ` RawMessageUpdateEvent.new_message ` - message update events now contain full
19
19
message objects ([ #2780 ] ( https://github.com/Pycord-Development/pycord/pull/2780 ) )
20
+ - Added support for setting guild-specific ` avatar ` , ` banner ` , and ` bio ` for the bot
21
+ user through ` Member.edit ` .
22
+ ([ #2908 ] ( https://github.com/Pycord-Development/pycord/pull/2908 ) )
23
+ - Added support for select default values.
24
+ ([ #2899 ] ( https://github.com/Pycord-Development/pycord/pull/2899 ) )
25
+ - Adds a new generic parameter to selects to type ` ui.Select.values ` return type.
26
+ - Adds ` SelectDefaultValue ` object to create select default values.
27
+ - Adds ` SelectDefaultValueType ` enum.
28
+ - Adds pre-typed and pre-constructed with select_type ` ui.Select ` aliases for the
29
+ different select types: ` ui.StringSelect ` , ` ui.UserSelect ` , ` ui.RoleSelect ` ,
30
+ ` ui.MentionableSelect ` , and ` ui.ChannelSelect ` .
20
31
21
32
### Changed
22
33
@@ -26,6 +37,14 @@ These changes are available on the `master` branch, but have not yet been releas
26
37
([ #2808 ] ( https://github.com/Pycord-Development/pycord/pull/2808 ) )
27
38
- Unbound ` raw ` reference in ` parse_message_update ` causing errors on message updates.
28
39
([ #2905 ] ( https://github.com/Pycord-Development/pycord/pull/2905 ) )
40
+ - ` view=None ` in various methods causing an AttributeError.
41
+ ([ #2915 ] ( https://github.com/Pycord-Development/pycord/pull/2915 ) )
42
+ - ` View.message ` being ` None ` when it had not been interacted with yet.
43
+ ([ #2916 ] ( https://github.com/Pycord-Development/pycord/pull/2916 ) )
44
+ - Fixed a crash when processing message edit events while message cache was disabled.
45
+ ([ #2924 ] ( https://github.com/Pycord-Development/pycord/pull/2924 ) )
46
+ - Fixed OPUS Decode Error when recording audio.
47
+ ([ #2925 ] ( https://github.com/Pycord-Development/pycord/pull/2925 ) )
29
48
30
49
### Removed
31
50
0 commit comments