dankgrinder 8.22.0 → 8.24.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 +3 -0
  2. package/package.json +1 -1
package/lib/grinder.js CHANGED
@@ -9,6 +9,9 @@ const {
9
9
  } = require('./structures');
10
10
  const PKG_VERSION = require('../package.json').version;
11
11
 
12
+ // Global shutdown flag
13
+ let shutdownCalled = false;
14
+
12
15
  // Catch silent Discord client errors
13
16
  process.on('unhandledRejection', (reason) => {
14
17
  process.stdout.write(`[UNHANDLED REJECTION] ${reason?.message || reason}\n`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dankgrinder",
3
- "version": "8.22.0",
3
+ "version": "8.24.0",
4
4
  "description": "Dank Memer automation engine — grind coins while you sleep",
5
5
  "bin": {
6
6
  "dankgrinder": "bin/dankgrinder.js"