mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
import type fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user