From bd67648d5035494ef29ae5e866aae8a5ddf82810 Mon Sep 17 00:00:00 2001 From: Timotej Rojko <33236065+timotejroiko@users.noreply.github.com> Date: Wed, 2 Sep 2020 12:53:04 +0100 Subject: [PATCH] 3.2.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebf1210..de6fbec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js-light", - "version": "3.2.7", + "version": "3.2.8", "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",