Fix /note-role argument name

I am full of shame. 🫢
This commit is contained in:
Finadil 2025-01-28 18:03:01 -05:00 committed by GitHub
parent 4f456b2b80
commit d5f6ecf3c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: `