necord 4.3.2 → 4.3.3

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.
@@ -62,7 +62,7 @@ let NecordInteractionUpdate = NecordInteractionUpdate_1 = class NecordInteractio
62
62
  return __awaiter(this, void 0, void 0, function* () {
63
63
  if (interaction.isModalSubmit()) {
64
64
  return (_a = this.registry
65
- .getModal(interaction.customId)) === null || _a === void 0 ? void 0 : _a.metadata.execute(interaction, null, { type: context_1.NecordInfoType.MODAL });
65
+ .getModal(interaction.customId)) === null || _a === void 0 ? void 0 : _a.metadata.execute([interaction], null, { type: context_1.NecordInfoType.MODAL });
66
66
  }
67
67
  if (interaction.isMessageComponent()) {
68
68
  return (_b = this.registry
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "necord",
3
3
  "description": "A module for creating Discord bots using NestJS, based on Discord.js.",
4
- "version": "4.3.2",
4
+ "version": "4.3.3",
5
5
  "scripts": {
6
6
  "build": "rimraf -rf dist && tsc -p tsconfig.json",
7
7
  "prepublish:npm": "npm run build",