From 70e238e9ef919c32403947cf8c9aa2923087ac52 Mon Sep 17 00:00:00 2001 From: salixor <salixor@pm.me> Date: Wed, 25 Dec 2024 20:30:45 +0100 Subject: [PATCH] Fix better-discord.js import in a test --- test/test_discordbot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_discordbot.ts b/test/test_discordbot.ts index f98c189..0bbe8ab 100644 --- a/test/test_discordbot.ts +++ b/test/test_discordbot.ts @@ -16,7 +16,7 @@ limitations under the License. import { expect } from "chai"; import * as Proxyquire from "proxyquire"; -import * as Discord from "better-discord.js"; +import * as Discord from "@mx-puppet/better-discord.js"; import { MockGuild } from "./mocks/guild"; import { MockMember } from "./mocks/member"; -- GitLab