mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs: undocument private constructors (#6732)
This commit is contained in:
@@ -11,11 +11,6 @@ const Util = require('../util/Util');
|
||||
* @extends {Base}
|
||||
*/
|
||||
class Role extends Base {
|
||||
/**
|
||||
* @param {Client} client The instantiating client
|
||||
* @param {APIRole} data The data for the role
|
||||
* @param {Guild} guild The guild the role is part of
|
||||
*/
|
||||
constructor(client, data, guild) {
|
||||
super(client);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user