mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
proper import
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { CreateGuildPayload } from "../types/guild.ts";
|
import { CreateGuildPayload } from "../types/guild.ts";
|
||||||
import Collection from "../utils/collection.ts";
|
import { Collection } from "../utils/collection.ts";
|
||||||
import { createRole } from "./role.ts";
|
import { createRole } from "./role.ts";
|
||||||
import { createMember, Member } from "./member.ts";
|
import { createMember, Member } from "./member.ts";
|
||||||
import { createChannel } from "./channel.ts";
|
import { createChannel } from "./channel.ts";
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
import Collection from "./collection.ts";
|
import { Collection } from "./collection.ts";
|
||||||
import { Message } from "../structures/message.ts";
|
import { Message } from "../structures/message.ts";
|
||||||
import { Guild } from "../structures/guild.ts";
|
import { Guild } from "../structures/guild.ts";
|
||||||
import { Channel } from "../structures/channel.ts";
|
import { Channel } from "../structures/channel.ts";
|
||||||
|
|||||||
Reference in New Issue
Block a user