proper import

This commit is contained in:
Skillz
2020-08-19 20:54:16 -04:00
parent cd43e9bb63
commit 96d34569b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { CreateGuildPayload } from "../types/guild.ts";
import Collection from "../utils/collection.ts";
import { Collection } from "../utils/collection.ts";
import { createRole } from "./role.ts";
import { createMember, Member } from "./member.ts";
import { createChannel } from "./channel.ts";
+1 -1
View File
@@ -1,4 +1,4 @@
import Collection from "./collection.ts";
import { Collection } from "./collection.ts";
import { Message } from "../structures/message.ts";
import { Guild } from "../structures/guild.ts";
import { Channel } from "../structures/channel.ts";