chore(discord.js): release discord.js@13.9.1

This commit is contained in:
iCrawl
2022-07-24 00:12:06 +02:00
parent be35db2410
commit 622c77ba7a
3 changed files with 22 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "discord.js",
"version": "13.9.0",
"version": "13.9.1",
"description": "A powerful library for interacting with the Discord API",
"scripts": {
"test": "npm run lint && npm run docs:test && npm run lint:typings && npm run test:typescript",
@@ -53,7 +53,7 @@
"dependencies": {
"@discordjs/builders": "^0.16.0",
"@discordjs/collection": "^0.7.0",
"@sapphire/async-queue": "^1.3.1",
"@sapphire/async-queue": "^1.3.2",
"@types/node-fetch": "^2.6.2",
"@types/ws": "^8.5.3",
"discord-api-types": "^0.33.3",