diff options
Diffstat (limited to 'bot.js')
| -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}`); }); }); |
