function createGuildimport { createGuild } from "https://deno.land/x/discordeno@17.0.1/plugins/cache/deps.ts"; createGuild(bot: Bot, options: CreateGuild): Promise<Guild>Creates a guild. Parametersbot: Bot The bot instance to use to make the request. options: CreateGuild The parameters for the creation of the guild. ReturnsPromise<Guild>An instance of the created Guild.