diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 00:05:46 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 00:05:46 -0400 |
| commit | 059ad0e3bedd7a175cc896399c1df7a56c5d43a3 (patch) | |
| tree | f3d94a78169081acfe76c71ea7d5f3976279897e | |
| parent | 7b32c9e4555d446edd4e13241cde4ff6a91ea3a1 (diff) | |
| download | DLAP-059ad0e3bedd7a175cc896399c1df7a56c5d43a3.tar.gz DLAP-059ad0e3bedd7a175cc896399c1df7a56c5d43a3.tar.bz2 DLAP-059ad0e3bedd7a175cc896399c1df7a56c5d43a3.zip | |
stuff
| -rw-r--r-- | bot.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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}`); }); }); |
