Skip to main content
Module

x/higa/mod.ts>CreateGuildOptions

A package to interract with the Discord API coded by myself
Go to Latest
interface CreateGuildOptions
import { type CreateGuildOptions } from "https://deno.land/x/higa@0.1.1/mod.ts";

Properties

name: string
optional
region: string
optional
icon: any
optional
verificationLevel: VerificationLevel
optional
defaultMessageNotifications: DefaultMessageNotificationsLevel
optional
explicitContentFilter: ExplicitContentFilterLevel
roles: Role[]
channels: Channel[]
optional
afk_channel_id: string
optional
afk_timeout: number
optional
system_channel_id: string
optional
system_channel_flags: SystemChannelFlags