export declare class ApplicationsAPI
editCurrentoptions?: Pick<RequestData, 'signal'>) : Promise<APIApplication> (
options?: Pick<RequestData, 'signal'>
Edits properties of the application associated with the requesting bot user.
See also: https://discord.com/developers/docs/resources/application#edit-current-application
getCurrentoptions?: Pick<RequestData, 'signal'>) : Promise<APIApplication> (
options?: Pick<RequestData, 'signal'>
Fetches the application associated with the requesting bot user.
See also: https://discord.com/developers/docs/resources/application#get-current-application