Skip to content
This repository was archived by the owner on Mar 27, 2021. It is now read-only.

Commit 7112312

Browse files
committed
FIx Docs
1 parent 57cee05 commit 7112312

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/github/githubauth.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class GitHub {
129129
*
130130
* @param {String[]} Scopes - The scopes to add.
131131
* @returns {String[]} The scopes that are currently added.
132-
* @memberof Discord
132+
* @memberof GitHub
133133
*/
134134
async addScopes (scopes) {
135135
const allowedscopes = ['user']
@@ -144,7 +144,7 @@ class GitHub {
144144
* This functions gives the ability to get the redirect URL.
145145
*
146146
* @returns {String} The URL to use for redirection.
147-
* @memberof Discord
147+
* @memberof GitHub
148148
*/
149149
async getURL () {
150150
const url = `https://github.com/login/oauth/authorize?client_id=${this.Config.client_id}&redirect_uri=${this.Config.callback}&response_type=code&scope=${this.Scopes.join(' ')}`

0 commit comments

Comments
 (0)