@spatulox/simplediscordbot 1.6.4 → 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/.env.example CHANGED
@@ -1,2 +1,2 @@
1
- DISCORD_BOT_TOKEN=example
1
+ DISCORD_BOT_TOKEN=example
2
2
  DISCORD_BOT_DEV # Define this one with anything you want, the value is not important as long as the env var is defined
package/LICENSE.md CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Spatulox
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Spatulox
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
File without changes
package/dist/index.d.mts CHANGED
File without changes
package/dist/index.d.ts CHANGED
File without changes
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.3",
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,8 +2910,8 @@ var package_default = {
2910
2910
  },
2911
2911
  license: "MIT",
2912
2912
  dependencies: {
2913
- "@spatulox/discord-interaction-manager": "^1.1.0",
2914
- "discord.js": "^14.25.1"
2913
+ "@spatulox/discord-interaction-manager": "^2.0.4",
2914
+ "discord.js": "^14.26.0"
2915
2915
  },
2916
2916
  devDependencies: {
2917
2917
  "@types/node": "^22.14.0",
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.3",
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,8 +2905,8 @@ var package_default = {
2905
2905
  },
2906
2906
  license: "MIT",
2907
2907
  dependencies: {
2908
- "@spatulox/discord-interaction-manager": "^1.1.0",
2909
- "discord.js": "^14.25.1"
2908
+ "@spatulox/discord-interaction-manager": "^2.0.4",
2909
+ "discord.js": "^14.26.0"
2910
2910
  },
2911
2911
  devDependencies: {
2912
2912
  "@types/node": "^22.14.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spatulox/simplediscordbot",
3
- "version": "1.6.4",
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,8 +22,8 @@
22
22
  },
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "@spatulox/discord-interaction-manager": "^1.1.0",
26
- "discord.js": "^14.25.1"
25
+ "@spatulox/discord-interaction-manager": "^2.0.4",
26
+ "discord.js": "^14.26.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^22.14.0",