Skip to main content
Module

x/higa/mod.ts>AddGuildMemberOptions

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

Properties

access_token: string
optional
nick: string
optional
roles: string[]
optional
mute: boolean
optional
deaf: boolean