docs: Fix DeveloperPortalApplication
This commit is contained in:
parent
34073738c8
commit
c4c6f0832f
File diff suppressed because one or more lines are too long
@ -49,7 +49,7 @@ class DeveloperPortalManager extends BaseManager {
|
|||||||
/**
|
/**
|
||||||
* Creates a new application.
|
* Creates a new application.
|
||||||
* @param {string} name Name of the application
|
* @param {string} name Name of the application
|
||||||
* @param {?Snowflake} teamId The team to create the application in
|
* @param {?Snowflake | Team} teamId The team to create the application in
|
||||||
* @returns {Promise<DeveloperPortalApplication>}
|
* @returns {Promise<DeveloperPortalApplication>}
|
||||||
*/
|
*/
|
||||||
async createApplication(name, teamId = null) {
|
async createApplication(name, teamId = null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user