From e80f06a0594edefd276266c30e1b9978f1baed5c Mon Sep 17 00:00:00 2001 From: Hackzzila Date: Thu, 27 Oct 2016 16:19:32 -0500 Subject: [PATCH] 3 PRs in one day! (#851) --- src/structures/ClientOAuth2App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/ClientOAuth2App.js b/src/structures/ClientOAuth2App.js index 74521c40d..e3b1013b8 100644 --- a/src/structures/ClientOAuth2App.js +++ b/src/structures/ClientOAuth2App.js @@ -3,6 +3,7 @@ const OAuth2App = require('./OAuth2App'); /** * Represents the client's OAuth2 Application + * @extends {OAuth2App} */ class ClientOAuth2App extends OAuth2App { setup(data) {