lilybird
Version:
A bun-first discord api wrapper written in TS
52 lines • 2.12 kB
TypeScript
export declare const PermissionFlags: {
readonly CREATE_INSTANT_INVITE: 1n;
readonly KICK_MEMBERS: 2n;
readonly BAN_MEMBERS: 4n;
readonly ADMINISTRATOR: 8n;
readonly MANAGE_CHANNELS: 16n;
readonly MANAGE_GUILD: 32n;
readonly ADD_REACTIONS: 64n;
readonly VIEW_AUDIT_LOG: 128n;
readonly PRIORITY_SPEAKER: 256n;
readonly STREAM: 512n;
readonly VIEW_CHANNEL: 1024n;
readonly SEND_MESSAGES: 2048n;
readonly SEND_TTS_MESSAGES: 4096n;
readonly MANAGE_MESSAGES: 8192n;
readonly EMBED_LINKS: 16384n;
readonly ATTACH_FILES: 32768n;
readonly READ_MESSAGE_HISTORY: 65536n;
readonly MENTION_EVERYONE: 131072n;
readonly USE_EXTERNAL_EMOJIS: 262144n;
readonly VIEW_GUILD_INSIGHTS: 524288n;
readonly CONNECT: 1048576n;
readonly SPEAK: 2097152n;
readonly MUTE_MEMBERS: 4194304n;
readonly DEAFEN_MEMBERS: 8388608n;
readonly MOVE_MEMBERS: 16777216n;
readonly USE_VAD: 33554432n;
readonly CHANGE_NICKNAME: 67108864n;
readonly MANAGE_NICKNAMES: 134217728n;
readonly MANAGE_ROLES: 268435456n;
readonly MANAGE_WEBHOOKS: 536870912n;
readonly MANAGE_GUILD_EXPRESSIONS: 1073741824n;
readonly USE_APPLICATION_COMMANDS: 2147483648n;
readonly REQUEST_TO_SPEAK: 4294967296n;
readonly MANAGE_EVENTS: 8589934592n;
readonly MANAGE_THREADS: 17179869184n;
readonly CREATE_PUBLIC_THREADS: 34359738368n;
readonly CREATE_PRIVATE_THREADS: 68719476736n;
readonly USE_EXTERNAL_STICKERS: 137438953472n;
readonly SEND_MESSAGES_IN_THREADS: 274877906944n;
readonly USE_EMBEDDED_ACTIVITIES: 549755813888n;
readonly MODERATE_MEMBERS: 1099511627776n;
readonly VIEW_CREATOR_MONETIZATION_ANALYTICS: 2199023255552n;
readonly USE_SOUNDBOARD: 4398046511104n;
readonly CREATE_GUILD_EXPRESSIONS: 8796093022208n;
readonly CREATE_EVENTS: 17592186044416n;
readonly USE_EXTERNAL_SOUNDS: 35184372088832n;
readonly SEND_VOICE_MESSAGES: 70368744177664n;
readonly SEND_POLLS: 562949953421312n;
readonly USE_EXTERNAL_APPS: 1125899906842624n;
};
//# sourceMappingURL=permissions.d.ts.map