diff --git a/TypeScript/publish.ts b/TypeScript/publish.ts index 5f647d3..295898a 100644 --- a/TypeScript/publish.ts +++ b/TypeScript/publish.ts @@ -33,8 +33,8 @@ import { useContainer } from "../index.js"; export const CommandTypeRaw = { [CommandType.Both]: ApplicationCommandType.ChatInput, - [CommandType.CtxUser]: ApplicationCommandType.Message, - [CommandType.CtxMsg]: ApplicationCommandType.User, + [CommandType.CtxUser]: ApplicationCommandType.User, + [CommandType.CtxMsg]: ApplicationCommandType.Message, [CommandType.Slash]: ApplicationCommandType.ChatInput, } as const;