Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/higa/deno/client/index.ts>ModifyGuildMemberOptions

A package to interract with the Discord API coded by myself
Latest
interface ModifyGuildMemberOptions
import { type ModifyGuildMemberOptions } from "https://deno.land/x/higa@0.1.2/deno/client/index.ts";

Properties

optional
nick: string
optional
roles: string[]
optional
mute: boolean
optional
deaf: boolean
optional
channel_id: string
optional
communication_disabled_until: number