reciple 6.0.0-dev.21 → 6.0.0-dev.22

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.
@@ -85,7 +85,7 @@ export declare class MessageCommandBuilder<T = unknown> implements SharedCommand
85
85
  get cooldown(): typeof this._cooldown;
86
86
  get aliases(): typeof this._aliases;
87
87
  get validateOptions(): typeof this._validateOptions;
88
- get options(): MessageCommandOptionResolvable[];
88
+ get options(): typeof this._options;
89
89
  get requiredBotPermissions(): typeof this._requiredBotPermissions;
90
90
  get requiredMemberPermissions(): typeof this._requiredMemberPermissions;
91
91
  get allowExecuteInDM(): typeof this._allowExecuteInDM;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reciple",
3
- "version": "6.0.0-dev.21",
3
+ "version": "6.0.0-dev.22",
4
4
  "bin": "./dist/lib/bin.mjs",
5
5
  "license": "GPL-3.0",
6
6
  "type": "commonjs",