Skip to content

Commit c64362a

Browse files
authored
fix: imports (#1237)
1 parent f5eb4b9 commit c64362a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deno/gateway/v9.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/soundboard.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.

gateway/v9.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ import type {
3838
APISoundboardSound,
3939
GuildChannelType,
4040
ThreadChannelType,
41+
APIEntitlement,
4142
} from '../payloads/v9/index';
4243
import type { ReactionType } from '../rest/v9/index';
4344
import type { _Nullable } from '../utils/internals';
44-
import type { APIEntitlement } from '../v10';
4545

4646
export * from './common';
4747

rest/v9/soundboard.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 { APISoundboardSound } from '../../payloads/v10/index';
2+
import type { APISoundboardSound } from '../../payloads/v9/index';
33

44
/**
55
* @see {@link https://discord.com/developers/docs/resources/soundboard#send-soundboard-sound}

0 commit comments

Comments
 (0)