Returns doesn't support HTML, ditto

0fd57a4c1c5c33fa240a55b66c049a8849997584

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

1 files changed, +1 -1Showing whitespace changes
public/scripts/extensions-slashcommands.js+1 -1
@@ -252,7 +252,7 @@ export function registerExtensionSlashCommands() {
252252 const isEnabled = !extension_settings.disabledExtensions.includes(internalExtensionName);
253253 return String(isEnabled);
254254 },
255255 returns: '<code>true</code>/<code>false</code> - The state of the extension, whether it is enabled.',
256256 unnamedArgumentList: [
257257 SlashCommandArgument.fromProps({
258258 description: 'Extension name',