mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Cleaning for RTD theme and a bit of reorganization
This commit is contained in:
@@ -5,6 +5,8 @@ Permission Constants
|
||||
|
||||
In discord.js, you can handle permissions in two ways. The preferred way is to just use the string name of the permission, alternatively you can use ``Discord.Constants.Permissions["permission name"]``.
|
||||
|
||||
--------
|
||||
|
||||
Valid Permission Names
|
||||
----------------------
|
||||
|
||||
@@ -37,7 +39,7 @@ Valid Permission Names
|
||||
voiceMoveMembers,
|
||||
voiceUseVAD
|
||||
};
|
||||
|
||||
|
||||
Preferred Way
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user