v3.14.0 #2885
Misha-133
announced in
Announcements
v3.14.0
#2885
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[3.14.0] - 2023-03-19
This release brings a bunch of new Discord feature as well as some fixes.
This release also brings initial support for User Apps.
Interaction framework example for user app commands is available on our docs.
Deprecation notes
Due to deprecation of these properties in the API the following parts of the library were marked as
Obsolete
:IsEnabledInDm
properties of application commands & their corresponding buildersContextTypes
should be used instead.EnabledInDmAttribute
CommandContextTypesAttribute
should be used instead.IMessage.Interaction
IUserMessage.InteractionMetadata
should be used istead.Added
GetGuildIconUrl
CDN method #2832 Add Icon size parameter toGetGuildIconUrl
CDN method (eb5678a)SetGameAsync
#2858 Allow setting custom status withSetGameAsync
(ee386b1)SentRequest
event #2870 SentRequest event (fc2fc87)banner
on bot profiles #2879 Support setting banner on bot profiles (d0c0a56)Fixed
SelectMenuBuilder
from aSelectMenuComponent
incorrectly set theCustomId
#2862 Fixed a bug when creating aSelectMenuBuilder
from aSelectMenuComponent
incorrectly set theCustomId
(6870ac5)InteractionService.AddModulesXAsync
command duplication #2867InteractionService.AddModulesXAsync
command duplication (2787db3)Misc
MaxBitrate
andUploadLimit
inGuildHelper
(6256de4)This discussion was created from the release v3.14.0.
Beta Was this translation helpful? Give feedback.
All reactions