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, /**