/home/userland/blum-2/blum-airdrop-bot/src/api.js:43 if (error.response.data.message === 'NOT_FOUND') {
^
TypeError: Cannot read properties of undefined (reading 'data')
at getTribe (/home/userland/blum-2/blum-airdrop-bot/src/api.js:43:24)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async runScript (/home/userland/blum-2/blum-airdrop-bot/index.js:414:17)
The bot throws an error upon starting
/home/userland/blum-2/blum-airdrop-bot/src/api.js:43 if (error.response.data.message === 'NOT_FOUND') { ^
TypeError: Cannot read properties of undefined (reading 'data') at getTribe (/home/userland/blum-2/blum-airdrop-bot/src/api.js:43:24) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async runScript (/home/userland/blum-2/blum-airdrop-bot/index.js:414:17)