reciple 7.0.9 → 7.0.11

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  A simple Dicord.js handler that just works.
18
18
  </h3>
19
19
 
20
- # Features
20
+ ## Features
21
21
 
22
22
  - [CLI based handler](#cli-usage)
23
23
  - [Supports Context Menus](#context-menus)
@@ -28,7 +28,7 @@
28
28
  - Automatically register application commands
29
29
  - [Highly configurable](#config)
30
30
 
31
- ## Install From Templates
31
+ ## Using Templates
32
32
 
33
33
  To use templates use the following command in your terminal:
34
34
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Reciple is a Discord.js handler",
4
4
  "homepage": "https://reciple.js.org/docs/reciple",
5
5
  "license": "GPL-3.0",
6
- "version": "7.0.9",
6
+ "version": "7.0.11",
7
7
  "main": "./bin/index.js",
8
8
  "module": "./bin/esm.mjs",
9
9
  "types": "./bin/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  "README.md"
37
37
  ],
38
38
  "dependencies": {
39
- "@reciple/client": "^7.0.4",
39
+ "@reciple/client": "^7.0.6",
40
40
  "chalk": "4.1.2",
41
41
  "commander": "^10.0.0",
42
42
  "dotenv": "^16.0.3",
@@ -56,5 +56,5 @@
56
56
  "peerDependencies": {
57
57
  "discord.js": "^14.7.1"
58
58
  },
59
- "gitHead": "9de8cda9806f606115714457e471bd49cb29331b"
59
+ "gitHead": "f3788fac2a7c926b9848a2952eba5669c2ae8eda"
60
60
  }