docs: Fix DeveloperPortalApplication
This commit is contained in:
		
										
											
												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) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user