mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
docs(Integration): document Integration class
This commit is contained in:
@@ -7,6 +7,9 @@ const Base = require('./Base');
|
|||||||
* @property {string} name The name of the account
|
* @property {string} name The name of the account
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Represents a guild integration.
|
||||||
|
*/
|
||||||
class Integration extends Base {
|
class Integration extends Base {
|
||||||
constructor(client, data, guild) {
|
constructor(client, data, guild) {
|
||||||
super(client);
|
super(client);
|
||||||
|
|||||||
Reference in New Issue
Block a user