Results

Namespace

Type

An enumeration of permission bits that indicate an action users may or may not perform.

For more information on Discord permissions, please see their docs on permissions.

https://discordapp.com/developers/docs/topics/permissions

Index

Enumeration members

ADD_REACTIONS

ADD_REACTIONS: = 1 << 6

ADMINISTRATOR

ADMINISTRATOR: = 1 << 3

ALL

ALL: = CREATE_INSTANT_INVITE |KICK_MEMBERS |BAN_MEMBERS |ADMINISTRATOR |MANAGE_CHANNELS |MANAGE_GUILD |ADD_REACTIONS |VIEW_AUDIT_LOGS |VOICE_PRIORITY_SPEAKER |STREAM |READ_MESSAGES |SEND_MESSAGES |SEND_TTS_MESSAGES |MANAGE_MESSAGES |EMBED_LINKS |ATTACH_FILES |READ_MESSAGE_HISTORY |MENTION_EVERYONE |EXTERNAL_EMOJIS |VIEW_GUILD_ANALYTICS |VOICE_CONNECT |VOICE_SPEAK |VOICE_MUTE_MEMBERS |VOICE_DEAFEN_MEMBERS |VOICE_MOVE_MEMBERS |VOICE_USE_VAD |CHANGE_NICKNAME |MANAGE_NICKNAMES |MANAGE_ROLES |MANAGE_WEBHOOKS |MANAGE_EMOJIS |REQUEST_TO_SPEAK

A utility combining all permissions.

ATTACH_FILES

ATTACH_FILES: = 1 << 15

BAN_MEMBERS

BAN_MEMBERS: = 1 << 2

CHANGE_NICKNAME

CHANGE_NICKNAME: = 1 << 26

CREATE_INSTANT_INVITE

CREATE_INSTANT_INVITE: = 1

EMBED_LINKS

EMBED_LINKS: = 1 << 14

EXTERNAL_EMOJIS

EXTERNAL_EMOJIS: = 1 << 18

KICK_MEMBERS

KICK_MEMBERS: = 1 << 1

MANAGE_CHANNELS

MANAGE_CHANNELS: = 1 << 4

MANAGE_EMOJIS

MANAGE_EMOJIS: = 1 << 30

MANAGE_GUILD

MANAGE_GUILD: = 1 << 5

MANAGE_MESSAGES

MANAGE_MESSAGES: = 1 << 13

MANAGE_NICKNAMES

MANAGE_NICKNAMES: = 1 << 27

MANAGE_ROLES

MANAGE_ROLES: = 1 << 28

MANAGE_WEBHOOKS

MANAGE_WEBHOOKS: = 1 << 29

MENTION_EVERYONE

MENTION_EVERYONE: = 1 << 17

NONE

NONE: = 0

READ_MESSAGES

READ_MESSAGES: = 1 << 10

READ_MESSAGE_HISTORY

READ_MESSAGE_HISTORY: = 1 << 16

REQUEST_TO_SPEAK

REQUEST_TO_SPEAK: = 1 << 32

SEND_MESSAGES

SEND_MESSAGES: = 1 << 11

SEND_TTS_MESSAGES

SEND_TTS_MESSAGES: = 1 << 12

STREAM

STREAM: = 1 << 9

VIEW_AUDIT_LOGS

VIEW_AUDIT_LOGS: = 1 << 7

VIEW_GUILD_ANALYTICS

VIEW_GUILD_ANALYTICS: = 1 << 19

VOICE_CONNECT

VOICE_CONNECT: = 1 << 20

VOICE_DEAFEN_MEMBERS

VOICE_DEAFEN_MEMBERS: = 1 << 23

VOICE_MOVE_MEMBERS

VOICE_MOVE_MEMBERS: = 1 << 24

VOICE_MUTE_MEMBERS

VOICE_MUTE_MEMBERS: = 1 << 22

VOICE_PRIORITY_SPEAKER

VOICE_PRIORITY_SPEAKER: = 1 << 8

VOICE_SPEAK

VOICE_SPEAK: = 1 << 21

VOICE_USE_VAD

VOICE_USE_VAD: = 1 << 25

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc