Skip to main content
Module

x/discordeno/mod.ts>ToggleBitfield

Discord API library for Deno
Go to Latest
class ToggleBitfield
Re-export
import { ToggleBitfield } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Constructors

new
ToggleBitfield(bitfield?: number)

Properties

bitfield: number

Methods

add(bits: number)

Adds some bits to the bitfield.

contains(bits: number)

Tests whether or not this bitfield has the permission requested.

remove(bits: number)

Removes some bits from the bitfield.