mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
docs(*): add links to Discord's API objects & data (#5862)
This commit is contained in:
@@ -13,7 +13,7 @@ const Util = require('../util/Util');
|
||||
class Role extends Base {
|
||||
/**
|
||||
* @param {Client} client The instantiating client
|
||||
* @param {Object} data The data for the role
|
||||
* @param {APIRole} data The data for the role
|
||||
* @param {Guild} guild The guild the role is part of
|
||||
*/
|
||||
constructor(client, data, guild) {
|
||||
@@ -424,3 +424,8 @@ class Role extends Base {
|
||||
}
|
||||
|
||||
module.exports = Role;
|
||||
|
||||
/**
|
||||
* @external APIRole
|
||||
* @see {@link https://discord.com/developers/docs/topics/permissions#role-object}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user