mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
types: remove EscapeMarkdownOptions (#9153)
This commit is contained in:
17
packages/discord.js/typings/index.d.ts
vendored
17
packages/discord.js/typings/index.d.ts
vendored
@@ -5080,23 +5080,6 @@ export interface ErrorEvent {
|
|||||||
target: WebSocket;
|
target: WebSocket;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface EscapeMarkdownOptions {
|
|
||||||
codeBlock?: boolean;
|
|
||||||
inlineCode?: boolean;
|
|
||||||
bold?: boolean;
|
|
||||||
italic?: boolean;
|
|
||||||
underline?: boolean;
|
|
||||||
strikethrough?: boolean;
|
|
||||||
spoiler?: boolean;
|
|
||||||
codeBlockContent?: boolean;
|
|
||||||
inlineCodeContent?: boolean;
|
|
||||||
escape?: boolean;
|
|
||||||
heading?: boolean;
|
|
||||||
bulletedList?: boolean;
|
|
||||||
numberedList?: boolean;
|
|
||||||
maskedLink?: boolean;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface FetchApplicationCommandOptions extends BaseFetchOptions {
|
export interface FetchApplicationCommandOptions extends BaseFetchOptions {
|
||||||
guildId?: Snowflake;
|
guildId?: Snowflake;
|
||||||
locale?: LocaleString;
|
locale?: LocaleString;
|
||||||
|
|||||||
Reference in New Issue
Block a user