From 142896723886dadfe92aedfccc1fd0a36b492376 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Thu, 4 Oct 2018 11:01:21 +0200 Subject: [PATCH] docs(Integration): document Integration class --- src/structures/Integration.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/structures/Integration.js b/src/structures/Integration.js index 359df9eb3..2782008ba 100644 --- a/src/structures/Integration.js +++ b/src/structures/Integration.js @@ -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);