docs: Fix DeveloperPortalApplication
This commit is contained in:
parent
aae4b3d1d9
commit
34073738c8
File diff suppressed because one or more lines are too long
@ -266,6 +266,10 @@ class Client extends BaseClient {
|
|||||||
return this.readyAt ? Date.now() - this.readyAt : null;
|
return this.readyAt ? Date.now() - this.readyAt : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @external VoiceConnection
|
||||||
|
* @see {@link https://discord.js.org/#/docs/voice/main/class/VoiceConnection}
|
||||||
|
*/
|
||||||
/**
|
/**
|
||||||
* Get connection to current call
|
* Get connection to current call
|
||||||
* @type {?VoiceConnection}
|
* @type {?VoiceConnection}
|
||||||
|
@ -9,6 +9,10 @@ const SnowflakeUtil = require('../util/SnowflakeUtil');
|
|||||||
|
|
||||||
const AssetTypes = Object.keys(ClientApplicationAssetTypes);
|
const AssetTypes = Object.keys(ClientApplicationAssetTypes);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Represents an OAuth2 Application.
|
||||||
|
* @abstract
|
||||||
|
*/
|
||||||
class DeveloperPortalApplication extends Base {
|
class DeveloperPortalApplication extends Base {
|
||||||
constructor(client, data) {
|
constructor(client, data) {
|
||||||
super(client);
|
super(client);
|
||||||
|
Loading…
Reference in New Issue
Block a user