From cf2c9a8296e6aa0ff40fc943398016d879708937 Mon Sep 17 00:00:00 2001
From: Cohee <18619528+Cohee1207@users.noreply.github.com>
Date: Fri, 27 Sep 2024 01:13:44 +0300
Subject: [PATCH] Returns doesn't support HTML
---
public/scripts/extensions-slashcommands.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/scripts/extensions-slashcommands.js b/public/scripts/extensions-slashcommands.js
index c8bfa96f3..2853375b2 100644
--- a/public/scripts/extensions-slashcommands.js
+++ b/public/scripts/extensions-slashcommands.js
@@ -284,7 +284,7 @@ export function registerExtensionSlashCommands() {
const exists = findExtension(extensionName) !== undefined;
return exists ? 'true' : 'false';
},
- returns: 'true
/false
- Whether the extension exists and is installed.',
+ returns: 'Whether the extension exists and is installed.',
unnamedArgumentList: [
SlashCommandArgument.fromProps({
description: 'Extension name',