mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
docs(BitField): document constructors of deriving classes (#3903)
This commit is contained in:
@@ -9,6 +9,13 @@ const BitField = require('./BitField');
|
||||
*/
|
||||
class Speaking extends BitField {}
|
||||
|
||||
/**
|
||||
* @name Speaking
|
||||
* @kind constructor
|
||||
* @memberof Speaking
|
||||
* @param {BitFieldResolvable} [bits=0] Bit(s) to read from
|
||||
*/
|
||||
|
||||
/**
|
||||
* Numeric speaking flags. All available properties:
|
||||
* * `SPEAKING`
|
||||
|
||||
Reference in New Issue
Block a user