create-discord-https 2.0.4 → 2.0.5
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/package.json +1 -1
- package/templates/cloudflare/src/DevLayer.js +1 -1
- package/templates/cloudflare-ts/src/DevLayer.js +1 -1
- package/templates/node/src/DevLayer.js +1 -1
- package/templates/node-ts/src/DevLayer.js +1 -1
- package/templates/vercel/src/DevLayer.js +1 -1
- package/templates/vercel-ts/src/DevLayer.js +1 -1
package/package.json
CHANGED
|
@@ -68,7 +68,7 @@ export async function tunnelLayer() {
|
|
|
68
68
|
|
|
69
69
|
console.log(
|
|
70
70
|
chalk.default.yellow(
|
|
71
|
-
`[DevLayer]
|
|
71
|
+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
|
|
72
72
|
)
|
|
73
73
|
);
|
|
74
74
|
|
|
@@ -68,7 +68,7 @@ export async function tunnelLayer() {
|
|
|
68
68
|
|
|
69
69
|
console.log(
|
|
70
70
|
chalk.default.yellow(
|
|
71
|
-
`[DevLayer]
|
|
71
|
+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
|
|
72
72
|
)
|
|
73
73
|
);
|
|
74
74
|
|
|
@@ -64,7 +64,7 @@ export async function tunnelLayer() {
|
|
|
64
64
|
|
|
65
65
|
console.log(
|
|
66
66
|
chalk.default.yellow(
|
|
67
|
-
`[DevLayer]
|
|
67
|
+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
|
|
68
68
|
)
|
|
69
69
|
);
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ export async function tunnelLayer() {
|
|
|
64
64
|
|
|
65
65
|
console.log(
|
|
66
66
|
chalk.default.yellow(
|
|
67
|
-
`[DevLayer]
|
|
67
|
+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
|
|
68
68
|
)
|
|
69
69
|
);
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ export async function tunnelLayer() {
|
|
|
64
64
|
|
|
65
65
|
console.log(
|
|
66
66
|
chalk.default.yellow(
|
|
67
|
-
`[DevLayer]
|
|
67
|
+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
|
|
68
68
|
)
|
|
69
69
|
);
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ export async function tunnelLayer() {
|
|
|
64
64
|
|
|
65
65
|
console.log(
|
|
66
66
|
chalk.default.yellow(
|
|
67
|
-
`[DevLayer]
|
|
67
|
+
`[DevLayer] If you haven't set the interaction URL yet, you can do so after the server has been started. The URL is static, so it only needs to be configured once.\n`
|
|
68
68
|
)
|
|
69
69
|
);
|
|
70
70
|
|