mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
feat(builders): multipart form data output support (#11248)
* feat(builders): multipart form data output support * refactor: proper key management * chore: add missing remarks * chore: requested changes * chore: rename encodables file * chore: requested changes * chore: requested changes * chore: nits Co-authored-by: Almeida <github@almeidx.dev> * chore: requested change * chore: requested change --------- Co-authored-by: Almeida <github@almeidx.dev>
This commit is contained in:
committed by
GitHub
parent
315f422781
commit
68bb8af58a
@@ -97,6 +97,9 @@ export * from './util/ValidationError.js';
|
||||
|
||||
export * from './Assertions.js';
|
||||
|
||||
// We expose this type in our public API. We shouldn't assume every user of builders is also using REST
|
||||
export type { RawFile } from '@discordjs/util';
|
||||
|
||||
/**
|
||||
* The {@link https://github.com/discordjs/discord.js/blob/main/packages/builders#readme | @discordjs/builders} version
|
||||
* that you are currently using.
|
||||
|
||||
Reference in New Issue
Block a user