diff --git a/bot.js b/bot.js index ea79bd4..f5b6f2b 100644 --- a/bot.js +++ b/bot.js @@ -1,6 +1,8 @@ // Include Discordjs library // http://github.com/discordjs/ const { Client, VoiceChannel, Intents } = require('discord.js'); +// Include fs, for reading and writing files +const fs = require('fs'); // Include ytdl, so we can play youtube videos over voice const ytdl = require('ytdl-core-discord'); // Include our local auth key, so that we don't leak keys