We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f1d46 commit 06399f4Copy full SHA for 06399f4
README.md
@@ -5,10 +5,11 @@
5
6
# Better-Embed
7
8
-A npm package for helping you create better Discord.js v13 Embeds.
+A npm package for helping you create better Discord.js v14 Embeds.
9
10
-> Note :<br>
11
-> Version `1.3.0` is not compatible with Discord.js v12, `1.2.1` is but is deprecated.
+> [!NOTE]
+> Version `1.3.0` is compatible with Discord.js v13, but is deprecated.<br>
12
+> Version `1.2.1` is compatible with Discord.js v12, but is deprecated.
13
14
## How to use + Documentation
15
package.json
@@ -40,5 +40,5 @@
40
"prettier": "prettier *.json *.md src --write"
41
},
42
"types": "dist",
43
- "version": "1.3.0"
+ "version": "1.4.0"
44
}
0 commit comments