Merge pull request #3379 from Finadil/staging

Fix /note-role argument name
This commit is contained in:
Cohee
2025-01-29 01:09:36 +02:00
committed by GitHub

View File

@@ -566,7 +566,7 @@ export function initAuthorsNote() {
namedArgumentList: [], namedArgumentList: [],
unnamedArgumentList: [ unnamedArgumentList: [
new SlashCommandArgument( new SlashCommandArgument(
'position', [ARGUMENT_TYPE.STRING], false, false, null, ['system', 'user', 'assistant'], 'role', [ARGUMENT_TYPE.STRING], false, false, null, ['system', 'user', 'assistant'],
), ),
], ],
helpString: ` helpString: `