mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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;
|
||||
}
|
||||
|
||||
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 {
|
||||
guildId?: Snowflake;
|
||||
locale?: LocaleString;
|
||||
|
||||
Reference in New Issue
Block a user