docs: Fix DeveloperPortalApplication

This commit is contained in:
March 7th 2022-07-10 16:40:51 +07:00
parent 34073738c8
commit c4c6f0832f
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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) {