jonerrr / discord-bitfield-calculator

input your discord bitfield and it will return an array of the permission names

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculate Discord Bitfield or Permissions

Usage

import {
  genPermissions,
  genBitfield,
} from "@joner/discord-bitfield-calculator";

genPermissions(0x0000000000000001); // => ["CREATE_INSTANT_INVITE"]

genBitfield("CREATE_INSTANT_INVITE"); // => 0x1

About

input your discord bitfield and it will return an array of the permission names

License:MIT License


Languages

Language:TypeScript 100.0%