File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ module.exports = new Underline.${transformer[interActionType] ?? ""}({
233233 },
234234 ${ interActionType == "MESSAGE" || interActionType == "USER" ? "" : `options: ${ interActionType == "BUTTON" || interActionType == "SELECT_MENU" ? "{}" : "[]" } ,` }
235235 ${ interCoolDown ? `coolDown: ${ interCoolDown } ,` : "" }
236- ${ interActionType == "MESSAGE" || interActionType == "USER" ? "publishType: all" : "" }
236+ ${ interActionType == "MESSAGE" || interActionType == "USER" ? "publishType: \" all\", " : "" }
237237 guildOnly: ${ interGuildOnly } ${ interBotPerms . length > 0 || interUserPerms . length > 0 ? `,` : "" }
238238 ${ interBotPerms . length > 0 || interUserPerms . length > 0 ? `perms: {` : "" }
239239 ${ interBotPerms . length > 0 ? ` bot: ${ JSON . stringify ( interBotPerms ) } ,` : "" }
You can’t perform that action at this time.
0 commit comments