From 692d8f1eaa2cd4a5c36da3065482b368350a0a5a Mon Sep 17 00:00:00 2001 From: Luan Caliel Date: Mon, 18 Jul 2022 21:34:55 -0300 Subject: [PATCH] discord.js 13.9 (#94) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb60fad..5a45ca4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js-light", - "version": "4.8.1", + "version": "4.9.0", "description": "All the power of discord.js, zero caching. This library modifies discord.js's internal classes and functions in order to give you full control over its caching behaviour.", "main": "client.js", "typings": "./client.d.ts", @@ -35,6 +35,6 @@ "eslint": "^8.15.0" }, "dependencies": { - "discord.js": "^13.8.1" + "discord.js": "^13.9.0" } }