diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-09 22:32:54 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-09 22:32:54 -0400 |
| commit | e5020f2c6231f11785725e286c5155fcbeeaccd7 (patch) | |
| tree | 9ad96b33c09a81428321c4edda7d3f4fe4603a54 /bot.js | |
| parent | d7e4cf29e6fc6b8f4ba07e837dcf56b3f5d63afc (diff) | |
| download | DLAP-e5020f2c6231f11785725e286c5155fcbeeaccd7.tar.gz DLAP-e5020f2c6231f11785725e286c5155fcbeeaccd7.tar.bz2 DLAP-e5020f2c6231f11785725e286c5155fcbeeaccd7.zip | |
Fixed comment
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] }); |
