Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class ToggleBitfield
Re-export
import { ToggleBitfield } from "https://deno.land/x/discordeno@18.0.1/transformers/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.