types: remove EscapeMarkdownOptions (#9153)

This commit is contained in:
Almeida
2023-02-21 20:11:33 +00:00
committed by GitHub
parent 9681f34877
commit fd0246ca4c

View File

@@ -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;