docs(Integration): document Integration class

This commit is contained in:
SpaceEEC
2018-10-04 11:01:21 +02:00
parent 62e7e26310
commit 1428967238

View File

@@ -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);