From e5020f2c6231f11785725e286c5155fcbeeaccd7 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 9 Jul 2022 22:32:54 -0400 Subject: Fixed comment --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 69df79b..15dd663 100644 --- a/bot.js +++ b/bot.js @@ -21,7 +21,7 @@ import { Client, MessageEmbed, Collection, version } from 'discord.js'; import { voiceInit } from './AudioBackend.js'; import { readdirSync, readFileSync } from 'node:fs'; -// import config from './config.json' assert { type: 'json' } Not in ECMAScript yet +// import config from './config.json' assert { type: 'json' } Not supported by ESLint yet const config = JSON.parse(readFileSync('./config.json')); const bot = new Client({ intents: ['GUILDS', 'GUILD_MESSAGES', 'GUILD_VOICE_STATES'] }); -- cgit v1.2.3