mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-01 16:40:07 +00:00
chore: fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -21,6 +21,8 @@ export default defineConfig({
|
||||
'**/index.{js,ts}',
|
||||
// All exports files that make subpackages available as submodules
|
||||
'**/exports/*.{js,ts}',
|
||||
// Actions
|
||||
'**/*.yml',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user