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
+2 -2
View File
@@ -2,9 +2,9 @@ import { endpoints } from "../constants/discord.ts";
import { RequestManager } from "../module/requestManager.ts";
import { structures } from "../structures/mod.ts";
import { Errors } from "../types/errors.ts";
import type { MessageCreateOptions } from "../types/message.ts";
import { MessageCreateOptions } from "../types/message.ts";
import { Permissions } from "../types/permission.ts";
import type {
import {
ExecuteWebhookOptions,
WebhookCreateOptions,
WebhookPayload,