@spatulox/simplediscordbot 1.6.3 → 1.6.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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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.3",
|
|
2892
2892
|
author: "Spatulox",
|
|
2893
2893
|
description: "Simple discord bot framework to set up a bot under 30 secondes",
|
|
2894
2894
|
exports: {
|
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.3",
|
|
2887
2887
|
author: "Spatulox",
|
|
2888
2888
|
description: "Simple discord bot framework to set up a bot under 30 secondes",
|
|
2889
2889
|
exports: {
|