#(Internal Discord.JS error) TypeError Cannot read properties of undefined (reading 'cache')
10 messages · Page 1 of 1 (latest)
v12 is no longer supported and is crashing on text in voice channels
Idk I don't think that's the reason because it has been consistently crashing immediately (a few seconds) after restart starting 2 hours ago so I don't think that's the reason
Also if this is the reason do you know any way I can work around it for the time being?
Like a temporary solution to ignore all messages in text in voice channels?
the error is internally when handling MESSAGE_CREATE in a channel which has no message manager (e.g. voice channels prior to the tiv update), nothing you can do except patching djs or removing your bot from every guild which uses tiv
Which file should I patch in the Discord.js code to fix it?
take a look at the stack trace and you'll find the issue, though you shouldn't waste too much time on it instead of updating to v13/14