create-commandkit 1.1.4-dev.20250330123442 → 1.1.4-dev.20250330123951

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-commandkit",
3
3
  "description": "Effortlessly create a CommandKit project",
4
- "version": "1.1.4-dev.20250330123442",
4
+ "version": "1.1.4-dev.20250330123951",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
7
7
  "bin": "./dist/index.js",
@@ -3,7 +3,7 @@
3
3
  "name": "ping",
4
4
  "description": "Ping the bot to check if it's online."
5
5
  },
6
- "response": {
6
+ "translations": {
7
7
  "ping_response": "The ping is `{latency}ms`."
8
8
  }
9
- }
9
+ }
@@ -3,7 +3,7 @@
3
3
  "name": "ping",
4
4
  "description": "Ping the bot to check if it's online."
5
5
  },
6
- "response": {
6
+ "translations": {
7
7
  "ping_response": "The ping is `{latency}ms`."
8
8
  }
9
- }
9
+ }