Returns doesn't support HTML
This commit is contained in:
parent
15bc0e4dba
commit
cf2c9a8296
|
@ -284,7 +284,7 @@ export function registerExtensionSlashCommands() {
|
||||||
const exists = findExtension(extensionName) !== undefined;
|
const exists = findExtension(extensionName) !== undefined;
|
||||||
return exists ? 'true' : 'false';
|
return exists ? 'true' : 'false';
|
||||||
},
|
},
|
||||||
returns: '<code>true</code>/<code>false</code> - Whether the extension exists and is installed.',
|
returns: 'Whether the extension exists and is installed.',
|
||||||
unnamedArgumentList: [
|
unnamedArgumentList: [
|
||||||
SlashCommandArgument.fromProps({
|
SlashCommandArgument.fromProps({
|
||||||
description: 'Extension name',
|
description: 'Extension name',
|
||||||
|
|
Loading…
Reference in New Issue