import type fixes

This commit is contained in:
Skillz
2020-09-20 19:45:34 -04:00
parent ebc3d9a8b3
commit 0c1f9529e0
38 changed files with 217 additions and 197 deletions

View File

@@ -1,8 +1,9 @@
import { CreateGuildPayload } from "../types/guild.ts";
import { Collection } from "../utils/collection.ts";
import type { CreateGuildPayload } from "../types/guild.ts";
import type { Member } from "./member.ts";
import type { Unpromise } from "../types/misc.ts";
import { structures } from "./mod.ts";
import { Member } from "./member.ts";
import { Unpromise } from "../types/misc.ts";
import { Collection } from "../utils/collection.ts";
export async function createGuild(data: CreateGuildPayload, shardID: number) {
const {