MCPcopy Create free account
hub / github.com/Semporia/Scripts / helpFriends

Function helpFriends

jd_crazy_joy.js:226–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224}
225
226async function helpFriends() {
227 let codes = $.newShareCodes.concat($.selfCodes)
228 for (let code of codes) {
229 if (!code) continue
230 await helpFriend(code)
231 await $.wait(500)
232 }
233}
234
235function getTaskInfo() {
236 let body = {"paramData": {"taskType": "DAY_TASK"}}

Callers 2

jd_crazy_joy.jsFile · 0.70
jdCrazyJoyFunction · 0.70

Calls 2

helpFriendFunction · 0.70
waitMethod · 0.45

Tested by

no test coverage detected