From 85ad3ed165454bc2ac37194434f25a10aefcca65 Mon Sep 17 00:00:00 2001 From: LenAnderson Date: Wed, 24 Apr 2024 19:20:50 -0400 Subject: [PATCH] fix missing comma --- public/scripts/extensions/expressions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/extensions/expressions/index.js b/public/scripts/extensions/expressions/index.js index 7d7f72caa..6f171eb6d 100644 --- a/public/scripts/extensions/expressions/index.js +++ b/public/scripts/extensions/expressions/index.js @@ -1994,7 +1994,7 @@ function migrateSettings() { })); SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'lastsprite', callback: (_, value) => lastExpression[value.trim()] ?? '', - returns: 'sprite' + returns: 'sprite', unnamedArgumentList: [ new SlashCommandArgument( 'charName', [ARGUMENT_TYPE.STRING], true,