Populate inventory folders (on request) and cache locally

This commit is contained in:
Casper Warden
2017-12-20 02:00:12 +00:00
parent 7987f5b379
commit a312138773
29 changed files with 489 additions and 42 deletions

View File

@@ -246,6 +246,7 @@ function connect()
folders.forEach((folder) =>
{
console.log('Top level folder: ' + folder.name);
folder.populate();
});
// When it's time to go home, call bot.close();