mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: ignore unrelated code
This commit is contained in:
2
packages/discord.js/typings/index.d.ts
vendored
2
packages/discord.js/typings/index.d.ts
vendored
@@ -611,6 +611,7 @@ export abstract class CommandInteraction<Cached extends CacheType = CacheType> e
|
|||||||
): Promise<ModalSubmitInteraction<Cached>>;
|
): Promise<ModalSubmitInteraction<Cached>>;
|
||||||
private transformOption(
|
private transformOption(
|
||||||
option: APIApplicationCommandOption,
|
option: APIApplicationCommandOption,
|
||||||
|
// @ts-expect-error ws/1.x.
|
||||||
resolved: APIApplicationCommandInteractionData['resolved'],
|
resolved: APIApplicationCommandInteractionData['resolved'],
|
||||||
): CommandInteractionOption<Cached>;
|
): CommandInteractionOption<Cached>;
|
||||||
}
|
}
|
||||||
@@ -3442,6 +3443,7 @@ export function parseWebhookURL(url: string): WebhookClientDataIdWithToken | nul
|
|||||||
/** @internal */
|
/** @internal */
|
||||||
export function transformResolved<Cached extends CacheType>(
|
export function transformResolved<Cached extends CacheType>(
|
||||||
supportingData: SupportingInteractionResolvedData,
|
supportingData: SupportingInteractionResolvedData,
|
||||||
|
// @ts-expect-error ws/1.x.
|
||||||
data?: APIApplicationCommandInteractionData['resolved'],
|
data?: APIApplicationCommandInteractionData['resolved'],
|
||||||
): CommandInteractionResolvedData<Cached>;
|
): CommandInteractionResolvedData<Cached>;
|
||||||
export function resolveSKUId(resolvable: SKUResolvable): Snowflake | null;
|
export function resolveSKUId(resolvable: SKUResolvable): Snowflake | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user