Returns doesn't support HTML

cf2c9a8296e6aa0ff40fc943398016d879708937

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/extensions-slashcommands.js+1 -1
@@ -284,7 +284,7 @@ export function registerExtensionSlashCommands() {
284 const exists = findExtension(extensionName) !== undefined;284 const exists = findExtension(extensionName) !== undefined;
285 return exists ? 'true' : 'false';285 return exists ? 'true' : 'false';
286 },286 },
287 returns: '<code>true</code>/<code>false</code> - Whether the extension exists and is installed.',287 returns: 'Whether the extension exists and is installed.',
288 unnamedArgumentList: [288 unnamedArgumentList: [
289 SlashCommandArgument.fromProps({289 SlashCommandArgument.fromProps({
290 description: 'Extension name',290 description: 'Extension name',