dankgrinder 8.13.0 → 8.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/grinder.js +1 -0
  2. package/package.json +1 -1
package/lib/grinder.js CHANGED
@@ -1406,6 +1406,7 @@ class AccountWorker {
1406
1406
  }
1407
1407
  }
1408
1408
  return { deaths, levelUps, currentLevel, lifesavers: lastLifesaverCount, dmChannelId: dm.id };
1409
+ } // end if redis
1409
1410
  } catch (e) {
1410
1411
  lastError = e;
1411
1412
  if (attempt < maxRetries - 1) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dankgrinder",
3
- "version": "8.13.0",
3
+ "version": "8.15.0",
4
4
  "description": "Dank Memer automation engine — grind coins while you sleep",
5
5
  "bin": {
6
6
  "dankgrinder": "bin/dankgrinder.js"