Skip to content

Commit ab926eb

Browse files
authored
chore: fix weird issue with api-extractor (#1282)
1 parent 3e394aa commit ab926eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deno/rest/v10/emoji.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deno/rest/v9/emoji.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rest/v10/emoji.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Snowflake } from '../../globals';
2-
import type { APIApplicationEmoji, APIEmoji } from '../../payloads/v10';
2+
import type { APIApplicationEmoji, APIEmoji } from '../../payloads/v10/index';
33

44
/**
55
* @see {@link https://discord.com/developers/docs/resources/emoji#list-guild-emojis}

rest/v9/emoji.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Snowflake } from '../../globals';
2-
import type { APIApplicationEmoji, APIEmoji } from '../../payloads/v9';
2+
import type { APIApplicationEmoji, APIEmoji } from '../../payloads/v9/index';
33

44
/**
55
* @see {@link https://discord.com/developers/docs/resources/emoji#list-guild-emojis}

0 commit comments

Comments
 (0)