mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: properly rename folder
This commit is contained in:
@@ -84,7 +84,7 @@ const Targets = {
|
||||
*/
|
||||
|
||||
/**
|
||||
* Contructs an object of known properties for a structure from an array of changes.
|
||||
* Constructs an object of known properties for a structure from an array of changes.
|
||||
* @param {AuditLogChange[]} changes The array of changes
|
||||
* @param {Object} [initialData={}] The initial data passed to the function
|
||||
* @returns {Object}
|
||||
|
||||
2
packages/discord.js/typings/index.d.ts
vendored
2
packages/discord.js/typings/index.d.ts
vendored
@@ -1039,7 +1039,7 @@ export class ClientApplication extends Application {
|
||||
public interactionsEndpointURL: string | null;
|
||||
public roleConnectionsVerificationURL: string | null;
|
||||
public rpcOrigins: string[];
|
||||
public edit(optins: ClientApplicationEditOptions): Promise<ClientApplication>;
|
||||
public edit(options: ClientApplicationEditOptions): Promise<ClientApplication>;
|
||||
public fetch(): Promise<ClientApplication>;
|
||||
public fetchRoleConnectionMetadataRecords(): Promise<ApplicationRoleConnectionMetadata[]>;
|
||||
public editRoleConnectionMetadataRecords(
|
||||
|
||||
Reference in New Issue
Block a user