diff --git a/index.d.ts b/index.d.ts index 0bd66cb00..ae790946c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -181,7 +181,7 @@ declare namespace Eris { type AnyApplicationCommand = ChatInputApplicationCommand | MessageApplicationCommand | UserApplicationCommand; type ChatInputApplicationCommand = ApplicationCommand; - type MessageApplicationCommand = Omit, "description" | "options">; + type UserApplicationCommand = Omit, "description" | "options">; type UserApplicationCommand = Omit, "description" | "options">; type ApplicationCommandStructure = ChatInputApplicationCommandStructure | MessageApplicationCommandStructure | UserApplicationCommandStructure;