From c76dd317b4464d76a856c12e203832371a6d4e89 Mon Sep 17 00:00:00 2001 From: Almeida Date: Fri, 6 Jun 2025 22:52:14 +0100 Subject: [PATCH] docs: resolved api-extractor warnings (#1265) --- deno/payloads/v10/channel.ts | 2 +- deno/payloads/v9/channel.ts | 2 +- deno/voice/v4.ts | 2 +- payloads/v10/channel.ts | 2 +- payloads/v9/channel.ts | 2 +- voice/v4.ts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deno/payloads/v10/channel.ts b/deno/payloads/v10/channel.ts index 7e3c259a..90e951db 100644 --- a/deno/payloads/v10/channel.ts +++ b/deno/payloads/v10/channel.ts @@ -747,7 +747,7 @@ export interface APIBaseMessageNoChannel { * The stickers sent with the message * * @see {@link https://discord.com/developers/docs/resources/sticker#sticker-object} - * @deprecated Use {@link APIMessage.sticker_items} instead + * @deprecated Use {@link APIBaseMessageNoChannel.sticker_items} instead */ stickers?: APISticker[]; /** diff --git a/deno/payloads/v9/channel.ts b/deno/payloads/v9/channel.ts index 4b78b608..07205895 100644 --- a/deno/payloads/v9/channel.ts +++ b/deno/payloads/v9/channel.ts @@ -743,7 +743,7 @@ export interface APIBaseMessageNoChannel { * The stickers sent with the message * * @see {@link https://discord.com/developers/docs/resources/sticker#sticker-object} - * @deprecated Use {@link APIMessage.sticker_items} instead + * @deprecated Use {@link APIBaseMessageNoChannel.sticker_items} instead */ stickers?: APISticker[]; /** diff --git a/deno/voice/v4.ts b/deno/voice/v4.ts index 528a03dc..f06ec0fe 100644 --- a/deno/voice/v4.ts +++ b/deno/voice/v4.ts @@ -51,7 +51,7 @@ export enum VoiceOpcodes { /** * Previously for when a client has connected to the voice channel, now unused * - * @deprecated + * @deprecated Not used */ ClientConnect, /** diff --git a/payloads/v10/channel.ts b/payloads/v10/channel.ts index 12b736cf..e3fbc9c9 100644 --- a/payloads/v10/channel.ts +++ b/payloads/v10/channel.ts @@ -747,7 +747,7 @@ export interface APIBaseMessageNoChannel { * The stickers sent with the message * * @see {@link https://discord.com/developers/docs/resources/sticker#sticker-object} - * @deprecated Use {@link APIMessage.sticker_items} instead + * @deprecated Use {@link APIBaseMessageNoChannel.sticker_items} instead */ stickers?: APISticker[]; /** diff --git a/payloads/v9/channel.ts b/payloads/v9/channel.ts index 572b43e9..2db6259a 100644 --- a/payloads/v9/channel.ts +++ b/payloads/v9/channel.ts @@ -743,7 +743,7 @@ export interface APIBaseMessageNoChannel { * The stickers sent with the message * * @see {@link https://discord.com/developers/docs/resources/sticker#sticker-object} - * @deprecated Use {@link APIMessage.sticker_items} instead + * @deprecated Use {@link APIBaseMessageNoChannel.sticker_items} instead */ stickers?: APISticker[]; /** diff --git a/voice/v4.ts b/voice/v4.ts index 528a03dc..f06ec0fe 100644 --- a/voice/v4.ts +++ b/voice/v4.ts @@ -51,7 +51,7 @@ export enum VoiceOpcodes { /** * Previously for when a client has connected to the voice channel, now unused * - * @deprecated + * @deprecated Not used */ ClientConnect, /**