diff --git a/packages/core/src/api/applications.ts b/packages/core/src/api/applications.ts index 1bf8622ae9d9..4c288c74e4e1 100644 --- a/packages/core/src/api/applications.ts +++ b/packages/core/src/api/applications.ts @@ -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 = {}) { return this.rest.get(Routes.currentApplication(), { signal }) as Promise;