From 2b30555f3a2a0132e992c31732ca637b74176a86 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:59:34 +0000 Subject: [PATCH] Use correct persona provider for /send command --- public/scripts/slash-commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index de438ecf6..0f7aeed5f 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -468,7 +468,7 @@ export function initDefaultSlashCommands() { description: 'display name', typeList: [ARGUMENT_TYPE.STRING], defaultValue: '{{user}}', - enumProvider: commonEnumProviders.characters('character'), + enumProvider: commonEnumProviders.personas, }), ], unnamedArgumentList: [