Skip to main content
Module

x/wackford/discordeno.ts>ToggleBitfield

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
class ToggleBitfield
Re-export
import { ToggleBitfield } from "https://deno.land/x/wackford@v0.0.1/discordeno.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.