put name on first line

This commit is contained in:
LenAnderson
2024-04-24 18:55:08 -04:00
parent 586fe54913
commit c089e049d6
3 changed files with 3 additions and 6 deletions

View File

@ -7,8 +7,7 @@ jQuery(async () => {
const buttons = await renderExtensionTemplateAsync('attachments', 'buttons', {});
$('#extensionsMenu').prepend(buttons);
SlashCommandParser.addCommandObject(SlashCommand.fromProps({
name: 'db',
SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'db',
callback: () => document.getElementById('manageAttachments')?.click(),
aliases: ['databank', 'data-bank'],
helpString: 'Open the data bank',