This commit is contained in:
steve02081504
2024-07-25 01:31:18 +08:00
parent 1f30d6d850
commit 3e5f98223d
6 changed files with 6 additions and 10 deletions

View File

@ -407,7 +407,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'show-gallery
showCharGallery();
return '';
},
helpString: translate('Shows the gallery.'),
helpString: 'Shows the gallery.',
}));
SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'list-gallery',
aliases: ['lg'],
@ -427,7 +427,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'list-gallery
enumProvider: commonEnumProviders.characters('group'),
}),
],
helpString: translate('List images in the gallery of the current char / group or a specified char / group.'),
helpString: 'List images in the gallery of the current char / group or a specified char / group.',
}));
async function listGalleryCommand(args) {