From b9f0816dd7ac09d28a8baae9ae58e871a59c8a7c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 17 Jul 2022 18:18:40 -0400 Subject: Eslinting some stuff --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 6321257..0cd0823 100644 --- a/bot.js +++ b/bot.js @@ -25,7 +25,7 @@ import { webServer } from './WebStream.js'; // import config from './config.json' assert { type: 'json' } Not supported by ESLint yet const { token, statusChannel, voiceChannel, shuffle } = JSON.parse(readFileSync('./config.json')); -const bot = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildVoiceStates ]}); +const bot = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildVoiceStates] }); bot.login(token); // webServer(); -- cgit v1.2.3