mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Update dependencies & make webpack great again
This commit is contained in:
@@ -415,7 +415,7 @@ class Client extends EventEmitter {
|
||||
*/
|
||||
fetchApplication(id = '@me') {
|
||||
return this.api.oauth2.applications[id].get()
|
||||
.then(app => new OAuth2Application(this, app));
|
||||
.then(app => new OAuth2Application(this, app));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user