PermissionFlagsBits

https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags These flags are exported as `BigInt`s and NOT numbers. Wrapping them in `Number()` may cause issues, try to use BigInts as much as possible or modules that can replicate them in some way

Signature

export declare const PermissionFlagsBits: { readonly CreateInstantInvite: bigint; readonly KickMembers: bigint; readonly BanMembers: bigint; readonly Administrator: bigint; readonly ManageChannels: bigint; readonly ManageGuild: bigint; ... 45 more ...; readonly BypassSlowmode: bigint; };

Members

This export does not declare public properties or methods in the generated declaration file.