This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
v3.4.8 #344
quinchs
announced in
Announcements
v3.4.8
#344
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changes
IApplicationCommandInteraction
interface and makeIUserCommandInteraction
,IMessageCommandInteraction
, andISlashCommandInteraction
inherit it.RequestOptions
to the last parameter as well as changecomponent
tocomponents
.FollowupWithFilesAsync
to interactions to allow uploading multiple attachments.RespondAsync
return aRestInteractionMessage
based off of the parameters sent over to discord. This allows direct calls toModifyAsync
andDeleteAsync
without having to get the interaction response first.ApplicationCommandException
in favor forHttpException
.IUser User
toIDiscordInteraction
.PRs
New Contributors
Full Changelog: 3.4.7...3.4.8
This discussion was created from the release v3.4.8.
Beta Was this translation helpful? Give feedback.
All reactions