From 36e25f5e34e63fe795feab9ed5007e434912f393 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 9 Apr 2023 12:41:47 -0400 Subject: [PATCH] Rollback to D.js v13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96ddccb..7c84570 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@discordjs/rest": "^0.1.0-canary.0", "axios": "^0.21.4", "discord-api-types": "^0.22.0", - "discord.js": "^14.9.0", + "discord.js": "^13.15.1", "dotenv": "^10.0.0", "fuzzy-search": "^3.2.1", "mysql": "^2.18.1",