mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 01:31:29 +00:00
docs(Integration): document Integration class
This commit is contained in:
parent
62e7e26310
commit
1428967238
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue