discord.js 15.0.0-dev.1743249921-646ecae47 → 15.0.0-dev.1743336296-432aba3df
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/typings/index.d.mts +1 -1
- package/typings/index.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "discord.js",
|
|
4
|
-
"version": "15.0.0-dev.
|
|
4
|
+
"version": "15.0.0-dev.1743336296-432aba3df",
|
|
5
5
|
"description": "A powerful library for interacting with the Discord API",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"types": "./typings/index.d.ts",
|
package/typings/index.d.mts
CHANGED
|
@@ -2376,7 +2376,7 @@ export interface ActionRowModalData {
|
|
|
2376
2376
|
export class ModalSubmitFields {
|
|
2377
2377
|
private constructor(components: readonly (readonly ModalActionRowComponent[])[]);
|
|
2378
2378
|
public components: ActionRowModalData[];
|
|
2379
|
-
public fields: Collection<string,
|
|
2379
|
+
public fields: Collection<string, TextInputModalData>;
|
|
2380
2380
|
public getField<Type extends ComponentType>(customId: string, type: Type): { type: Type } & TextInputModalData;
|
|
2381
2381
|
public getField(customId: string, type?: ComponentType): TextInputModalData;
|
|
2382
2382
|
public getTextInputValue(customId: string): string;
|
package/typings/index.d.ts
CHANGED
|
@@ -2376,7 +2376,7 @@ export interface ActionRowModalData {
|
|
|
2376
2376
|
export class ModalSubmitFields {
|
|
2377
2377
|
private constructor(components: readonly (readonly ModalActionRowComponent[])[]);
|
|
2378
2378
|
public components: ActionRowModalData[];
|
|
2379
|
-
public fields: Collection<string,
|
|
2379
|
+
public fields: Collection<string, TextInputModalData>;
|
|
2380
2380
|
public getField<Type extends ComponentType>(customId: string, type: Type): { type: Type } & TextInputModalData;
|
|
2381
2381
|
public getField(customId: string, type?: ComponentType): TextInputModalData;
|
|
2382
2382
|
public getTextInputValue(customId: string): string;
|