From e36c072fb461a3d540c0a8216939e94e1e243127 Mon Sep 17 00:00:00 2001 From: Robert Koenig Date: Sat, 11 Dec 2021 21:43:40 -0800 Subject: [PATCH] - ok we needed fs lol --- bot.js | 2 ++ 1 file changed, 2 insertions(+) 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