Last active
February 5, 2020 07:28
-
-
Save era5mx/171d84a7180ab5b7d83ef26490967b01 to your computer and use it in GitHub Desktop.
Arreglo con la lista de permisos que puedes usar para validar tus comandos al construir un bot para #Discord.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const permisos = [ | |
'ADD_REACTIONS', | |
'ADMINISTRATOR', | |
'ATTACH_FILES', | |
'BAN_MEMBERS', | |
'CHANGE_NICKNAME', | |
'CONNECT', | |
'CREATE_INSTANT_INVITE', | |
'DEAFEN_MEMBERS', | |
'EMBED_LINKS', | |
'EXTERNAL_EMOJIS', | |
'KICK_MEMBERS', | |
'MANAGE_CHANNELS', | |
'MANAGE_EMOJIS', | |
'MANAGE_GUILD', | |
'MANAGE_MESSAGES', | |
'MANAGE_NICKNAMES', | |
'MANAGE_ROLES', | |
'MANAGE_WEBHOOKS', | |
'MENTION_EVERYONE', | |
'MOVE_MEMBERS', | |
'MUTE_MEMBERS', | |
'PRIORITY_SPEAKER', | |
'READ_MESSAGES', | |
'READ_MESSAGE_HISTORY', | |
'SEND_MESSAGES', | |
'SEND_TTS_MESSAGES', | |
'SPEAK', | |
'USE_EXTERNAL_EMOJIS', | |
'USE_VAD', | |
'VIEW_AUDIT_LOG', | |
'VIEW_CHANNEL' | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment