class ToggleBitfieldBigintimport { ToggleBitfieldBigint } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; ConstructorsnewToggleBitfieldBigint(bitfield?: bigint)Propertiesbitfield: bigintMethodsadd(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. import ToggleBitfieldBigintimport { ToggleBitfieldBigint } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";