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 35e18fa commit a80f26dCopy full SHA for a80f26d
1 file changed
README.md
@@ -7,7 +7,7 @@
7
8
BLAPI is a package to handle posting your discord bot stats to botlists. Now typed and ready to be used in your Typescript powered bots!
9
10
-It's intended to be used with discord.js v12, though you can also manually post your stats.
+It's intended to be used with discord.js v12 or v13, though you can also manually post your stats.
11
12
BLAPI fully supports external and discord.js internal sharding with and without the use of the [BotBlock API](https://botblock.org/api/docs#count).
13
@@ -40,7 +40,7 @@ import { handle } from "blapi"; // Just the functions you want to use
40
const blapi = require("blapi");
41
```
42
43
-### With discord.js (version 12.x)
+### With discord.js (version 12.x or 13.x)
44
45
```js
46
import Discord from "discord.js";
0 commit comments