mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
refactor(rest): rename attachment to file (#7199)
This commit is contained in:
@@ -6,6 +6,6 @@ export interface IHandler {
|
||||
routeId: RouteData,
|
||||
url: string,
|
||||
options: RequestInit,
|
||||
bodyData: Pick<InternalRequest, 'attachments' | 'body'>,
|
||||
bodyData: Pick<InternalRequest, 'files' | 'body'>,
|
||||
): Promise<unknown>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user