@spatulox/simplediscordbot 1.6.5 → 1.6.6
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/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2888,7 +2888,7 @@ var SimpleMutex = class {
|
|
|
2888
2888
|
// package.json
|
|
2889
2889
|
var package_default = {
|
|
2890
2890
|
name: "@spatulox/simplediscordbot",
|
|
2891
|
-
version: "1.6.
|
|
2891
|
+
version: "1.6.5",
|
|
2892
2892
|
author: "Spatulox",
|
|
2893
2893
|
description: "Simple discord bot framework to set up a bot under 30 secondes",
|
|
2894
2894
|
exports: {
|
|
@@ -2910,7 +2910,7 @@ var package_default = {
|
|
|
2910
2910
|
},
|
|
2911
2911
|
license: "MIT",
|
|
2912
2912
|
dependencies: {
|
|
2913
|
-
"@spatulox/discord-interaction-manager": "^2.0.
|
|
2913
|
+
"@spatulox/discord-interaction-manager": "^2.0.4",
|
|
2914
2914
|
"discord.js": "^14.26.0"
|
|
2915
2915
|
},
|
|
2916
2916
|
devDependencies: {
|
package/dist/index.mjs
CHANGED
|
@@ -2883,7 +2883,7 @@ var SimpleMutex = class {
|
|
|
2883
2883
|
// package.json
|
|
2884
2884
|
var package_default = {
|
|
2885
2885
|
name: "@spatulox/simplediscordbot",
|
|
2886
|
-
version: "1.6.
|
|
2886
|
+
version: "1.6.5",
|
|
2887
2887
|
author: "Spatulox",
|
|
2888
2888
|
description: "Simple discord bot framework to set up a bot under 30 secondes",
|
|
2889
2889
|
exports: {
|
|
@@ -2905,7 +2905,7 @@ var package_default = {
|
|
|
2905
2905
|
},
|
|
2906
2906
|
license: "MIT",
|
|
2907
2907
|
dependencies: {
|
|
2908
|
-
"@spatulox/discord-interaction-manager": "^2.0.
|
|
2908
|
+
"@spatulox/discord-interaction-manager": "^2.0.4",
|
|
2909
2909
|
"discord.js": "^14.26.0"
|
|
2910
2910
|
},
|
|
2911
2911
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spatulox/simplediscordbot",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.6",
|
|
4
4
|
"author": "Spatulox",
|
|
5
5
|
"description": "Simple discord bot framework to set up a bot under 30 secondes",
|
|
6
6
|
"exports": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@spatulox/discord-interaction-manager": "^2.0.
|
|
25
|
+
"@spatulox/discord-interaction-manager": "^2.0.4",
|
|
26
26
|
"discord.js": "^14.26.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|