FederationStudios/IRF_Administration

/ban doesn't fetch proxyURL

Closed this issue · 0 comments

For some odd reason, /ban can't get the proxyURL of the data. I assume this comes from a "File too large" error on Discord's side.

TypeError: Cannot read properties of null (reading 'proxyURL')
at Module.run (file:///home/tavi/IRF_Administration/dist/commands/ban.js:92:33)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

I could be wrong though, but that's my initial thoughts.