Eccleria / ewibot

Discord bot for La Quête d'Ewilan server.
3 stars 0 forks source link

Concrete - Error if target does not have a specific profile picture #332

Closed Eccleria closed 1 month ago

Eccleria commented 1 month ago
file:///home/ewibot/ewibot/src/commands/concrete.js:71
  const urlHash = url.split(`${target.id}/`)[1].split(".")[0];
                                               ^

TypeError: Cannot read properties of undefined (reading 'split')
    at Object.action (file:///home/ewibot/ewibot/src/commands/concrete.js:71:48)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Node.js v18.19.0