all repos — stealth-developers @ f34b6a75d4f50bc421452691617ef2124fde4359

fix(bugs): type error
vi v@vt3e.cat
Tue, 07 Apr 2026 00:40:38 +0100
commit

f34b6a75d4f50bc421452691617ef2124fde4359

parent

17c5a7d4788aa3428e55b9efc140e90ae78914da

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/interactions/commands/bug/_shared.tssrc/interactions/commands/bug/_shared.ts

@@ -92,7 +92,7 @@ : undefined;

const container = new ContainerBuilder(); container.addSectionComponents(section); - if (file) container.addMediaGalleryComponents(gallery); + if (gallery) container.addMediaGalleryComponents(gallery); container.addTextDisplayComponents(footerText); container.addActionRowComponents(buttons);