mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
quick fix
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user