Variable PermissionsConst

Permissions: {
    ADD_REACTIONS: bigint;
    ADMINISTRATOR: bigint;
    ATTACH_FILES: bigint;
    BAN_MEMBERS: bigint;
    CHANGE_NICKNAME: bigint;
    CONNECT: bigint;
    CREATE_INSTANT_INVITE: bigint;
    CREATE_PRIVATE_THREADS: bigint;
    CREATE_PUBLIC_THREADS: bigint;
    DEAFEN_MEMBERS: bigint;
    EMBED_LINKS: bigint;
    KICK_MEMBERS: bigint;
    MANAGE_CHANNELS: bigint;
    MANAGE_EVENTS: bigint;
    MANAGE_GUILD: bigint;
    MANAGE_GUILD_EXPRESSIONS: bigint;
    MANAGE_MESSAGES: bigint;
    MANAGE_NICKNAMES: bigint;
    MANAGE_ROLES: bigint;
    MANAGE_THREADS: bigint;
    MANAGE_WEBHOOKS: bigint;
    MENTION_EVERYONE: bigint;
    MODERATE_MEMBERS: bigint;
    MOVE_MEMBERS: bigint;
    MUTE_MEMBERS: bigint;
    PRIORITY_SPEAKER: bigint;
    READ_MESSAGE_HISTORY: bigint;
    REQUEST_TO_SPEAK: bigint;
    SEND_MESSAGES: bigint;
    SEND_MESSAGES_IN_THREADS: bigint;
    SEND_TTS_MESSAGES: bigint;
    SPEAK: bigint;
    STREAM: bigint;
    USE_APPLICATION_COMMANDS: bigint;
    USE_EMBEDDED_ACTIVITIES: bigint;
    USE_EXTERNAL_EMOJIS: bigint;
    USE_EXTERNAL_STICKERS: bigint;
    USE_SOUNDBOARD: bigint;
    USE_VAD: bigint;
    VIEW_AUDIT_LOG: bigint;
    VIEW_CHANNEL: bigint;
    VIEW_CREATOR_MONETIZATION_ANALYTICS: bigint;
    VIEW_GUILD_INSIGHTS: bigint;
} = ...

Type declaration

  • Readonly ADD_REACTIONS: bigint

    Allows for the addition of reactions to messages

  • Readonly ADMINISTRATOR: bigint

    Allows all permissions and bypasses channel permission overwrites

  • Readonly ATTACH_FILES: bigint

    Allows for uploading images and files

  • Readonly BAN_MEMBERS: bigint

    Allows banning members

  • Readonly CHANGE_NICKNAME: bigint

    Allows for modification of own nickname

  • Readonly CONNECT: bigint

    Allows for joining of a voice channel

  • Readonly CREATE_INSTANT_INVITE: bigint

    Allows creation of instant invites

  • Readonly CREATE_PRIVATE_THREADS: bigint

    Allows for creating private threads

  • Readonly CREATE_PUBLIC_THREADS: bigint

    Allows for creating public and announcement threads

  • Readonly DEAFEN_MEMBERS: bigint

    Allows for deafening of members in a voice channel

  • Readonly EMBED_LINKS: bigint

    Links sent by users with this permission will be auto-embedded

  • Readonly KICK_MEMBERS: bigint

    Allows kicking members

  • Readonly MANAGE_CHANNELS: bigint

    Allows management and editing of channels

  • Readonly MANAGE_EVENTS: bigint

    Allows for creating, editing, and deleting scheduled events

  • Readonly MANAGE_GUILD: bigint

    Allows management and editing of the guild

  • Readonly MANAGE_GUILD_EXPRESSIONS: bigint

    Allows management and editing of emojis, stickers, and soundboard sounds

  • Readonly MANAGE_MESSAGES: bigint

    Allows for deletion of other users messages

  • Readonly MANAGE_NICKNAMES: bigint

    Allows for modification of other users nicknames

  • Readonly MANAGE_ROLES: bigint

    Allows management and editing of roles

  • Readonly MANAGE_THREADS: bigint

    Allows for deleting and archiving threads, and viewing all private threads

  • Readonly MANAGE_WEBHOOKS: bigint

    Allows management and editing of webhooks

  • Readonly MENTION_EVERYONE: bigint

    Allows for using the

    Everyone

    tag to notify all users in a channel, and the

    Here

    tag to notify all online users in a channel

  • Readonly MODERATE_MEMBERS: bigint

    Allows for timing out users to prevent them from sending or reacting to messages in chat and threads, and from speaking in voice and stage channels

  • Readonly MOVE_MEMBERS: bigint

    Allows for moving of members between voice channels

  • Readonly MUTE_MEMBERS: bigint

    Allows for muting members in a voice channel

  • Readonly PRIORITY_SPEAKER: bigint

    Allows for using priority speaker in a voice channel

  • Readonly READ_MESSAGE_HISTORY: bigint

    Allows for reading of message history

  • Readonly REQUEST_TO_SPEAK: bigint

    Allows for requesting to speak in stage channels. (This permission is under active development and may be changed or removed.)

  • Readonly SEND_MESSAGES: bigint

    Allows for sending messages in a channel and creating threads in a forum (does not allow sending messages in threads)

  • Readonly SEND_MESSAGES_IN_THREADS: bigint

    Allows for sending messages in threads

  • Readonly SEND_TTS_MESSAGES: bigint

    Allows for sending of /tts messages

  • Readonly SPEAK: bigint

    Allows for speaking in a voice channel

  • Readonly STREAM: bigint

    Allows the user to go live

  • Readonly USE_APPLICATION_COMMANDS: bigint

    Allows members to use application commands, including slash commands and context menu commands.

  • Readonly USE_EMBEDDED_ACTIVITIES: bigint

    Allows for using Activities (applications with the EMBEDDED flag) in a voice channel

  • Readonly USE_EXTERNAL_EMOJIS: bigint

    Allows the usage of custom emojis from other servers

  • Readonly USE_EXTERNAL_STICKERS: bigint

    Allows the usage of custom stickers from other servers

  • Readonly USE_SOUNDBOARD: bigint

    Allows for using soundboard in a voice channel

  • Readonly USE_VAD: bigint

    Allows for using voice-activity-detection in a voice channel

  • Readonly VIEW_AUDIT_LOG: bigint

    Allows for viewing of audit logs

  • Readonly VIEW_CHANNEL: bigint

    Allows guild members to view a channel, which includes reading messages in text channels and joining voice channels

  • Readonly VIEW_CREATOR_MONETIZATION_ANALYTICS: bigint

    Allows for viewing role subscription insights

  • Readonly VIEW_GUILD_INSIGHTS: bigint

    Allows for viewing guild insights

Generated using TypeDoc