slash-create
Version:
Create and sync Discord slash commands!
9 lines (8 loc) • 332 B
TypeScript
import { BitField } from '../util/bitfield';
/** Data structure that makes it easy to interact with a {@link User#flags} bitfield. */
export declare class UserFlags extends BitField {
/** The flags for users. Check the source of this property for available flags. */
static FLAGS: {
[perm: string]: number;
};
}