From c1a5b50aaeecf37177ede8d3575393da10db5012 Mon Sep 17 00:00:00 2001 From: Juha Jeronen Date: Wed, 7 Feb 2024 23:12:21 +0200 Subject: [PATCH] improve description for consistency --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 297e9ac0a..f7ca8624e 100644 --- a/public/script.js +++ b/public/script.js @@ -7990,7 +7990,7 @@ jQuery(async function () { registerSlashCommand('api', connectAPISlash, [], `(${Object.keys(CONNECT_API_MAP).join(', ')}) – connect to an API`, true, true); registerSlashCommand('impersonate', doImpersonate, ['imp'], '– calls an impersonation response', true, true); registerSlashCommand('delchat', doDeleteChat, [], '– deletes the current chat', true, true); - registerSlashCommand('getchatname', doGetChatName, [], '- gets the name of the current chat file', false, true); + registerSlashCommand('getchatname', doGetChatName, [], '- returns the name of the current chat file into the pipe', false, true); registerSlashCommand('closechat', doCloseChat, [], '– closes the current chat', true, true); registerSlashCommand('panels', doTogglePanels, ['togglepanels'], '– toggle UI panels on/off', true, true); registerSlashCommand('forcesave', doForceSave, [], '– forces a save of the current chat and settings', true, true);