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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-discord-https",
3
3
  "description": "Create Discord.https-powered bots with one command.",
4
- "version": "2.0.4",
4
+ "version": "2.0.5",
5
5
  "bin": {
6
6
  "create-discord-https": "index.js"
7
7
  },
@@ -68,7 +68,7 @@ export async function tunnelLayer() {
68
68
 
69
69
  console.log(
70
70
  chalk.default.yellow(
71
- `[DevLayer] Modify your interaction url with the above\n`
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] Modify your interaction url with the above\n`
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] Modify your interaction url with the above\n`
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] Modify your interaction url with the above\n`
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] Modify your interaction url with the above\n`
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] Modify your interaction url with the above\n`
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