this is the biggest pain ever

This commit is contained in:
ITOH
2021-05-04 12:38:54 +02:00
parent 320180edee
commit 19cbad63a2
95 changed files with 141 additions and 144 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { rest } from "../../rest/rest.ts";
import { CreateChannelInvite } from "../../types/invites/create_channel_invite.ts";
import { Invite } from "../../types/invites/invite.ts";
import type { CreateChannelInvite } from "../../types/invites/create_channel_invite.ts";
import type { Invite } from "../../types/invites/invite.ts";
import { Errors } from "../../types/misc/errors.ts";
import { endpoints } from "../../util/constants.ts";
import { requireBotChannelPermissions } from "../../util/permissions.ts";