mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 21:43:33 +01:00
feat: rest hash and handler sweeping (#7255)
Co-authored-by: SpaceEEC <spaceeec@yahoo.com> Co-authored-by: Antonio Román <kyradiscord@gmail.com> Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
This commit is contained in:
@@ -8,4 +8,6 @@ export interface IHandler {
|
||||
options: RequestInit,
|
||||
bodyData: Pick<InternalRequest, 'files' | 'body'>,
|
||||
) => Promise<unknown>;
|
||||
readonly inactive: boolean;
|
||||
readonly id: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user