Skip to main content
Module

x/wackford/discordeno.ts>ToggleBitfieldBigint

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
class ToggleBitfieldBigint
Re-export
import { ToggleBitfieldBigint } from "https://deno.land/x/wackford@v0.0.5/discordeno.ts";

Constructors

new
ToggleBitfieldBigint(bitfield?: bigint)

Properties

bitfield: bigint

Methods

add(bits: bigint)

Adds some bits to the bitfield.

contains(bits: bigint)

Tests whether or not this bitfield has the permission requested.

remove(bits: bigint)

Removes some bits from the bitfield.