types.commands: Correct BUILT_IN_CHAT to BUILT_IN_TEXT and clarify when to use it
Cynthia Foxwell 1 month ago 1 files (+1, -1)
Changed files
@@ -73,7 +73,7 @@ */type: CommandType;/**- * You likely want BUILT_IN or BUILT_IN_CHAT+ * You likely want BUILT_IN (or BUILT_IN_TEXT if usable with replies)*/inputType: InputType;options: MoonlightCommandOption[];