mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
docs: undocument private constructors (#6732)
This commit is contained in:
@@ -12,10 +12,6 @@ class WidgetMember extends Base {
|
||||
* @property {string} name The name of the activity
|
||||
*/
|
||||
|
||||
/**
|
||||
* @param {Client} client The instantiating client
|
||||
* @param {Object} data The raw data
|
||||
*/
|
||||
constructor(client, data) {
|
||||
super(client);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user