@spatulox/simplediscordbot 3.0.1 → 3.0.2
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
|
@@ -763,7 +763,7 @@ var BotInteraction = class {
|
|
|
763
763
|
// package.json
|
|
764
764
|
var package_default = {
|
|
765
765
|
name: "@spatulox/simplediscordbot",
|
|
766
|
-
version: "3.0.
|
|
766
|
+
version: "3.0.1",
|
|
767
767
|
author: "Spatulox",
|
|
768
768
|
description: "Simple discord bot framework to set up a bot under 30 secondes",
|
|
769
769
|
exports: {
|
|
@@ -785,7 +785,7 @@ var package_default = {
|
|
|
785
785
|
},
|
|
786
786
|
license: "MIT",
|
|
787
787
|
dependencies: {
|
|
788
|
-
"@spatulox/discord-interaction-manager": "^2.0.
|
|
788
|
+
"@spatulox/discord-interaction-manager": "^2.0.7",
|
|
789
789
|
"@spatulox/utils": "^0.2.0"
|
|
790
790
|
},
|
|
791
791
|
peerDependencies: {
|
package/dist/index.mjs
CHANGED
|
@@ -743,7 +743,7 @@ var BotInteraction = class {
|
|
|
743
743
|
// package.json
|
|
744
744
|
var package_default = {
|
|
745
745
|
name: "@spatulox/simplediscordbot",
|
|
746
|
-
version: "3.0.
|
|
746
|
+
version: "3.0.1",
|
|
747
747
|
author: "Spatulox",
|
|
748
748
|
description: "Simple discord bot framework to set up a bot under 30 secondes",
|
|
749
749
|
exports: {
|
|
@@ -765,7 +765,7 @@ var package_default = {
|
|
|
765
765
|
},
|
|
766
766
|
license: "MIT",
|
|
767
767
|
dependencies: {
|
|
768
|
-
"@spatulox/discord-interaction-manager": "^2.0.
|
|
768
|
+
"@spatulox/discord-interaction-manager": "^2.0.7",
|
|
769
769
|
"@spatulox/utils": "^0.2.0"
|
|
770
770
|
},
|
|
771
771
|
peerDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spatulox/simplediscordbot",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
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.7",
|
|
26
26
|
"@spatulox/utils": "^0.2.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|