fix: imports use type

This commit is contained in:
ITOH
2021-05-04 22:06:40 +02:00
parent dd8baf93f5
commit 38b8ea5532

View File

@@ -1,6 +1,6 @@
import { rest } from "../../rest/rest.ts";
import { structures } from "../../structures/mod.ts";
import { Message } from "../../types/messages/message.ts";
import type { Message } from "../../types/messages/message.ts";
import { endpoints } from "../../util/constants.ts";
/** Returns a previousy-sent webhook message from the same token. Returns a message object on success. */