Skip to content

Commit

Permalink
docs(ApplicationsAPI): Fix getCurrent() options description (#9816)
Browse files Browse the repository at this point in the history
docs(ApplicationsAPI): fix `getCurrent()` options description
  • Loading branch information
Jiralite authored Aug 31, 2023
1 parent 7157748 commit 23a6424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/api/applications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class ApplicationsAPI {
* Fetches the application associated with the requesting bot user.
*
* @see {@link https://discord.com/developers/docs/resources/application#get-current-application}
* @param options - The options for editing the application
* @param options - The options for fetching the application
*/
public async getCurrent({ signal }: Pick<RequestData, 'signal'> = {}) {
return this.rest.get(Routes.currentApplication(), { signal }) as Promise<RESTGetCurrentApplicationResult>;
Expand Down

0 comments on commit 23a6424

Please sign in to comment.