From 6da4ee97f49730eb02ca4a70d5708f3d1ae300dc Mon Sep 17 00:00:00 2001 From: ION606 Date: Sat, 14 Sep 2024 22:54:14 -0400 Subject: [PATCH] quick fix --- tests/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.js b/tests/test.js index 542983d..91acde5 100644 --- a/tests/test.js +++ b/tests/test.js @@ -1,6 +1,6 @@ import switchConsoleDefault from '../utils/consoleToFile.js'; import { Client, gateWayIntents, message, Interaction } from '../structures/types.js'; -import config from '../config.json' assert { type: 'json' }; +import config from '../config.json' with { type: 'json' }; import { buttonTests } from './Buttontests.js'; import { createMenuTests } from './menuTests.js'; const { token } = config;