From 23bcc6ea6c3f4ece86deac114fe9a52815d18491 Mon Sep 17 00:00:00 2001 From: Catboi <50190590+Catboi8@users.noreply.github.com> Date: Sat, 2 Oct 2021 11:09:14 -0500 Subject: [PATCH] Update index.d.ts Co-authored-by: Reinhardt --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;