mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
3 PRs in one day! (#851)
This commit is contained in:
parent
30105536a6
commit
e80f06a059
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ const OAuth2App = require('./OAuth2App');
|
|||
|
||||
/**
|
||||
* Represents the client's OAuth2 Application
|
||||
* @extends {OAuth2App}
|
||||
*/
|
||||
class ClientOAuth2App extends OAuth2App {
|
||||
setup(data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue