mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
docs(*): add links to Discord's API objects & data (#5862)
This commit is contained in:
@@ -15,7 +15,7 @@ const DataResolver = require('../util/DataResolver');
|
||||
class TextChannel extends GuildChannel {
|
||||
/**
|
||||
* @param {Guild} guild The guild the text channel is part of
|
||||
* @param {Object} data The data for the text channel
|
||||
* @param {APIChannel} data The data for the text channel
|
||||
*/
|
||||
constructor(guild, data) {
|
||||
super(guild, data);
|
||||
|
||||
Reference in New Issue
Block a user