dankgrinder 8.111.0 → 8.112.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.
- package/lib/commands/fish.js +1 -5
- package/package.json +1 -1
package/lib/commands/fish.js
CHANGED
|
@@ -17,14 +17,10 @@
|
|
|
17
17
|
const {
|
|
18
18
|
LOG, c, getFullText, parseCoins, getAllButtons, safeClickButton,
|
|
19
19
|
logMsg, isHoldTight, getHoldTightReason, sleep, humanDelay,
|
|
20
|
-
isCV2, ensureCV2, checkLevelLock,
|
|
21
|
-
sendCommand,
|
|
20
|
+
isCV2, ensureCV2, checkLevelLock, sendCommand,
|
|
22
21
|
} = require('./utils');
|
|
23
22
|
const { downloadImage, extractImageUrl, findSafeCells } = require('./fishVision');
|
|
24
23
|
|
|
25
|
-
const { DANK_MEMER_ID sendCommand,
|
|
26
|
-
} = require('./utils');
|
|
27
|
-
|
|
28
24
|
const RE_FISH_COOLDOWN_TS = /<t:(\d+):R>/;
|
|
29
25
|
const RE_FISH_HEADER = /###\s*(.+?)(?:\s*-#|$)/;
|
|
30
26
|
const RE_CAUGHT_PHRASE = /caught\s+(?:a\s+)?(.+?)(?:\s*[!.]|$)/i;
|