Skip to content

Commit a80f26d

Browse files
authored
update discord.js versions in readme
1 parent 35e18fa commit a80f26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
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!
99

10-
It's intended to be used with discord.js v12, though you can also manually post your stats.
10+
It's intended to be used with discord.js v12 or v13, though you can also manually post your stats.
1111

1212
BLAPI fully supports external and discord.js internal sharding with and without the use of the [BotBlock API](https://botblock.org/api/docs#count).
1313

@@ -40,7 +40,7 @@ import { handle } from "blapi"; // Just the functions you want to use
4040
const blapi = require("blapi");
4141
```
4242

43-
### With discord.js (version 12.x)
43+
### With discord.js (version 12.x or 13.x)
4444

4545
```js
4646
import Discord from "discord.js";

0 commit comments

Comments
 (0)