Replace all occurrences of "import type" syntax to "import" syntax

This commit is contained in:
ayyanm
2020-10-28 12:52:33 -07:00
parent 030b24350e
commit 10f67b090a
37 changed files with 122 additions and 123 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
import type { Channel } from "../structures/channel.ts";
import type { Guild } from "../structures/guild.ts";
import type { Message } from "../structures/message.ts";
import type { PresenceUpdatePayload } from "../types/discord.ts";
import { Channel } from "../structures/channel.ts";
import { Guild } from "../structures/guild.ts";
import { Message } from "../structures/message.ts";
import { PresenceUpdatePayload } from "../types/discord.ts";
import { Collection } from "./collection.ts";
export interface CacheData {