reciple 3.1.3 → 3.1.4
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.
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { RecipleCommandBuilderType } from '../../types/builders';
|
|
2
2
|
import { RecipleHaltedCommandData } from '../../types/commands';
|
|
3
3
|
import { RecipleClient } from '../RecipleClient';
|
|
4
|
-
import { SlashCommandBuilder } from '
|
|
5
|
-
import { Awaitable, ChatInputCommandInteraction, PermissionResolvable } from 'discord.js';
|
|
4
|
+
import { Awaitable, ChatInputCommandInteraction, PermissionResolvable, SlashCommandBuilder } from 'discord.js';
|
|
6
5
|
/**
|
|
7
6
|
* Execute data for interaction command
|
|
8
7
|
*/
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.InteractionCommandBuilder = void 0;
|
|
4
4
|
const builders_1 = require("../../types/builders");
|
|
5
|
-
const
|
|
5
|
+
const discord_js_1 = require("discord.js");
|
|
6
6
|
/**
|
|
7
7
|
* Reciple builder for interaction/slash command
|
|
8
8
|
*/
|
|
9
|
-
class InteractionCommandBuilder extends
|
|
9
|
+
class InteractionCommandBuilder extends discord_js_1.SlashCommandBuilder {
|
|
10
10
|
constructor() {
|
|
11
11
|
super(...arguments);
|
|
12
12
|
this.builder = builders_1.RecipleCommandBuilderType.InteractionCommand;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reciple",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"bin": "bin/bin.js",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"main": "bin/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"chalk": "4.1.2",
|
|
51
51
|
"commander": "^9.4.0",
|
|
52
52
|
"dotenv": "^16.0.1",
|
|
53
|
-
"fallout-utility": "^1.4.
|
|
53
|
+
"fallout-utility": "^1.4.6",
|
|
54
54
|
"semver": "^7.3.7",
|
|
55
55
|
"wildcard-match": "^5.1.2",
|
|
56
56
|
"yaml": "^2.1.1"
|