mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +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
|
||||
*/
|
||||
|
||||
/**
|
||||
* Represents a guild integration.
|
||||
*/
|
||||
class Integration extends Base {
|
||||
constructor(client, data, guild) {
|
||||
super(client);
|
||||
|
|
|
|||
Loading…
Reference in a new issue