aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-20 00:05:46 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-20 00:05:46 -0400
commit059ad0e3bedd7a175cc896399c1df7a56c5d43a3 (patch)
treef3d94a78169081acfe76c71ea7d5f3976279897e
parent7b32c9e4555d446edd4e13241cde4ff6a91ea3a1 (diff)
downloadDLAP-059ad0e3bedd7a175cc896399c1df7a56c5d43a3.tar.gz
DLAP-059ad0e3bedd7a175cc896399c1df7a56c5d43a3.tar.bz2
DLAP-059ad0e3bedd7a175cc896399c1df7a56c5d43a3.zip
stuff
-rw-r--r--bot.js1
1 files changed, 0 insertions, 1 deletions
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}`);
});
});