mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(BitField): document constructors of deriving classes (#3903)
This commit is contained in:
@@ -7,6 +7,13 @@ const BitField = require('./BitField');
|
||||
*/
|
||||
class Intents extends BitField {}
|
||||
|
||||
/**
|
||||
* @name Intents
|
||||
* @kind constructor
|
||||
* @memberof Intents
|
||||
* @param {IntentsResolvable} [bits=0] Bit(s) to read from
|
||||
*/
|
||||
|
||||
/**
|
||||
* Data that can be resolved to give a permission number. This can be:
|
||||
* * A string (see {@link Intents.FLAGS})
|
||||
|
||||
Reference in New Issue
Block a user