chore: fixes

This commit is contained in:
almeidx
2026-05-23 22:16:51 +01:00
parent ed4720d6d6
commit 8a0eb2b740
2 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ import {
SeparatorSpacingSize,
ChannelType,
SelectMenuDefaultValueType,
UnfurledMediaItemFlags,
} from 'discord-api-types/v10';
import { describe, expect, test } from 'vitest';
import { Attachment } from '../src/messages/Attachment.js';
@@ -197,7 +198,7 @@ describe('message with components', () => {
url: 'attachment://file.txt',
attachment_id: '0',
content_type: 'text/plain',
flags: 0,
flags: UnfurledMediaItemFlags.IsAnimated,
},
id: 9,
spoiler: true,

View File

@@ -21,6 +21,8 @@ export default defineConfig({
'**/index.{js,ts}',
// All exports files that make subpackages available as submodules
'**/exports/*.{js,ts}',
// Actions
'**/*.yml',
],
},
},