mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03: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 {AuditLogChange[]} changes The array of changes
|
||||||
* @param {Object} [initialData={}] The initial data passed to the function
|
* @param {Object} [initialData={}] The initial data passed to the function
|
||||||
* @returns {Object}
|
* @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 interactionsEndpointURL: string | null;
|
||||||
public roleConnectionsVerificationURL: string | null;
|
public roleConnectionsVerificationURL: string | null;
|
||||||
public rpcOrigins: string[];
|
public rpcOrigins: string[];
|
||||||
public edit(optins: ClientApplicationEditOptions): Promise<ClientApplication>;
|
public edit(options: ClientApplicationEditOptions): Promise<ClientApplication>;
|
||||||
public fetch(): Promise<ClientApplication>;
|
public fetch(): Promise<ClientApplication>;
|
||||||
public fetchRoleConnectionMetadataRecords(): Promise<ApplicationRoleConnectionMetadata[]>;
|
public fetchRoleConnectionMetadataRecords(): Promise<ApplicationRoleConnectionMetadata[]>;
|
||||||
public editRoleConnectionMetadataRecords(
|
public editRoleConnectionMetadataRecords(
|
||||||
|
|||||||
Reference in New Issue
Block a user