Skip to content

Commit

Permalink
update discord.js versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeanerd committed Aug 16, 2021
1 parent 35e18fa commit a80f26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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!

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.

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

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

### With discord.js (version 12.x)
### With discord.js (version 12.x or 13.x)

```js
import Discord from "discord.js";
Expand Down

0 comments on commit a80f26d

Please sign in to comment.