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',