aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-09 22:32:54 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-09 22:32:54 -0400
commite5020f2c6231f11785725e286c5155fcbeeaccd7 (patch)
tree9ad96b33c09a81428321c4edda7d3f4fe4603a54
parentd7e4cf29e6fc6b8f4ba07e837dcf56b3f5d63afc (diff)
downloadDLAP-e5020f2c6231f11785725e286c5155fcbeeaccd7.tar.gz
DLAP-e5020f2c6231f11785725e286c5155fcbeeaccd7.tar.bz2
DLAP-e5020f2c6231f11785725e286c5155fcbeeaccd7.zip
Fixed comment
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
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'] });