diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 58584e284..e68d02f58 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -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;