remove error import

This commit is contained in:
ITOH
2021-05-12 11:56:52 +02:00
parent 8693bd260d
commit da136a27ba

View File

@@ -1,7 +1,6 @@
import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import type { Invite } from "../../types/invites/invite.ts";
import { Errors } from "../../types/discordeno/errors.ts";
import { endpoints } from "../../util/constants.ts";
import {
botHasChannelPermissions,