quick fix

This commit is contained in:
2024-09-14 22:54:14 -04:00
parent e8b8cd4c5b
commit 6da4ee97f4
+1 -1
View File
@@ -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;