docs: resolved api-extractor warnings (#1265)

This commit is contained in:
Almeida
2025-06-06 22:52:14 +01:00
committed by GitHub
parent 6df612809b
commit c76dd317b4
6 changed files with 6 additions and 6 deletions

View File

@@ -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[];
/**

View File

@@ -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[];
/**

2
deno/voice/v4.ts generated
View File

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

View File

@@ -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[];
/**

View File

@@ -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[];
/**

View File

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