File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
88BLAPI 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
1212BLAPI 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
4040const 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
4646import Discord from " discord.js" ;
You can’t perform that action at this time.
0 commit comments