@spatulox/simplediscordbot 1.6.2 → 1.6.3
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 +1 -1
- package/LICENSE.md +21 -21
- package/README.md +0 -0
- package/dist/index.d.mts +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +2 -2
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
|
@@ -338,7 +338,7 @@ var InternetChecker = class {
|
|
|
338
338
|
return false;
|
|
339
339
|
}
|
|
340
340
|
};
|
|
341
|
-
InternetChecker.TARGET = "https://
|
|
341
|
+
InternetChecker.TARGET = "https://one.one.one.one/";
|
|
342
342
|
// Cloudflare DNS HTTPS
|
|
343
343
|
InternetChecker.RETRY_TIME = Time.second.SEC_30;
|
|
344
344
|
|
|
@@ -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.2",
|
|
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": "^1.0
|
|
2913
|
+
"@spatulox/discord-interaction-manager": "^1.1.0",
|
|
2914
2914
|
"discord.js": "^14.25.1"
|
|
2915
2915
|
},
|
|
2916
2916
|
devDependencies: {
|
package/dist/index.mjs
CHANGED
|
@@ -284,7 +284,7 @@ var InternetChecker = class {
|
|
|
284
284
|
return false;
|
|
285
285
|
}
|
|
286
286
|
};
|
|
287
|
-
InternetChecker.TARGET = "https://
|
|
287
|
+
InternetChecker.TARGET = "https://one.one.one.one/";
|
|
288
288
|
// Cloudflare DNS HTTPS
|
|
289
289
|
InternetChecker.RETRY_TIME = Time.second.SEC_30;
|
|
290
290
|
|
|
@@ -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.2",
|
|
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": "^1.0
|
|
2908
|
+
"@spatulox/discord-interaction-manager": "^1.1.0",
|
|
2909
2909
|
"discord.js": "^14.25.1"
|
|
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.3",
|
|
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": "^1.0
|
|
25
|
+
"@spatulox/discord-interaction-manager": "^1.1.0",
|
|
26
26
|
"discord.js": "^14.25.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|