Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Attachments): multi uploads and alt text #223

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

advaith1
Copy link
Contributor

@advaith1 advaith1 commented Oct 20, 2021

/**
* Attachment objects with filename and description
*/
attachments?: Pick<APIAttachment, 'id' | 'description'> & Partial<Pick<APIAttachment, 'filename'>>[];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd personally make this a type, but it's fine.

@vladfrangu vladfrangu merged commit fdf133e into discordjs:main Oct 29, 2021
@advaith1 advaith1 deleted the multi-uploads-alt-text branch October 30, 2021 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants