From 059ad0e3bedd7a175cc896399c1df7a56c5d43a3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Jul 2020 00:05:46 -0400 Subject: stuff --- bot.js | 1 - 1 file changed, 1 deletion(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 4aa58eb..62c3a77 100644 --- a/bot.js +++ b/bot.js @@ -18,7 +18,6 @@ function fetchAudio() { fs.readdir('./music', (err, files) => { if (err) console.error(err); files.forEach(function (file) { - // Do whatever you want to do with the file console.log(`Fetching ${file}`); }); }); -- cgit v1.2.3