From 75195cc5396d75a6cd83fa59ec144dba16763d69 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sat, 6 May 2023 13:57:13 +0100 Subject: [PATCH] chore(guide): Update discord.js version to 14.11.0 (#9523) --- apps/guide/src/util/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/guide/src/util/constants.ts b/apps/guide/src/util/constants.ts index 72155dee3..dbba83df8 100644 --- a/apps/guide/src/util/constants.ts +++ b/apps/guide/src/util/constants.ts @@ -24,4 +24,4 @@ export const PACKAGES = [ /** * The stable version of discord.js. */ -export const VERSION = '14.10.2' as const; +export const VERSION = '14.11.0' as const;