add missing returns

This commit is contained in:
LenAnderson
2024-04-24 19:09:35 -04:00
parent c089e049d6
commit f6faec1786
9 changed files with 12 additions and 0 deletions

View File

@ -497,6 +497,7 @@ jQuery(function () {
SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'caption',
callback: captionCommandCallback,
returns: 'caption',
namedArgumentList: [
new SlashCommandNamedArgument(
'quiet', 'suppress sending a captioned message', [ARGUMENT_TYPE.BOOLEAN], false, false, 'false', ['true', 'false'],