From 748dd5f2e677e38ee53662ecbe130ba20205f6b5 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 17 May 2024 15:04:53 +0300 Subject: [PATCH] Remove duplicate command registration --- public/script.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/script.js b/public/script.js index 09b78adbd..dd6eb1aea 100644 --- a/public/script.js +++ b/public/script.js @@ -8636,11 +8636,6 @@ jQuery(async function () { callback: doCloseChat, helpString: 'Closes the current chat.', })); - SlashCommandParser.addCommandObject(SlashCommand.fromProps({ - name: 'closechat', - callback: doCloseChat, - helpString: 'Closes the current chat.', - })); SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'panels', callback: doTogglePanels, aliases: ['togglepanels'],