Use correct persona provider for /send command

This commit is contained in:
Cohee 2024-07-01 13:59:34 +00:00
parent ce92385454
commit 2b30555f3a
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ export function initDefaultSlashCommands() {
description: 'display name',
typeList: [ARGUMENT_TYPE.STRING],
defaultValue: '{{user}}',
enumProvider: commonEnumProviders.characters('character'),
enumProvider: commonEnumProviders.personas,
}),
],
unnamedArgumentList: [