Returns doesn't support HTML

This commit is contained in:
Cohee 2024-09-27 01:13:44 +03:00
parent 15bc0e4dba
commit cf2c9a8296
1 changed files with 1 additions and 1 deletions

View File

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