disgroove 1.2.8-dev.7ff54f7 → 1.2.8-dev.cdf6a54

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.
@@ -24,7 +24,7 @@ class RequestsManager {
24
24
  url.searchParams.set(key, String(value));
25
25
  }
26
26
  let headers = {
27
- "User-Agent": `DiscordBot (https://github.com/XenKys/disgroove, 1.2.8-dev.7ff54f7)`,
27
+ "User-Agent": `DiscordBot (https://github.com/XenKys/disgroove, 1.2.8-dev.cdf6a54)`,
28
28
  };
29
29
  let body;
30
30
  if (withAuthorization)
@@ -107,6 +107,7 @@ export interface JSONMessageComponentData {
107
107
  customId: string;
108
108
  componentType: number;
109
109
  values?: Array<string>;
110
+ resolved?: JSONResolvedData;
110
111
  }
111
112
  export interface JSONModalSubmitData {
112
113
  customId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "disgroove",
3
- "version": "1.2.8-dev.7ff54f7",
3
+ "version": "1.2.8-dev.cdf6a54",
4
4
  "description": "An NPM package to interact with the Discord API",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",