fix: import causing error 404 on deno (#178)

This commit is contained in:
Arcoz
2021-08-07 09:53:10 +02:00
committed by GitHub
parent 5723cc04bf
commit 8fcd0f2222
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import type { Permissions, Snowflake } from '../../../globals.ts';
import type { InteractionType } from '../../v9.ts';
import type { InteractionType } from './responses.ts';
import type { APIMessage } from '../channel.ts';
import type { APIGuildMember } from '../guild.ts';
import type { APIUser } from '../user.ts';

View File

@@ -1,5 +1,5 @@
import type { Permissions, Snowflake } from '../../../globals';
import type { InteractionType } from '../../v9';
import type { InteractionType } from './responses';
import type { APIMessage } from '../channel';
import type { APIGuildMember } from '../guild';
import type { APIUser } from '../user';