TypeError: client.fetchUser is not a function
at remind (/home/ubuntu/horace/commands/remind.js:304:34)
at /home/ubuntu/horace/commands/remind.js:356:5
at Array.forEach (<anonymous>)
at Timeout.scanForReminders [as _onTimeout] (/home/ubuntu/horace/commands/remind.js:353:13)
See the error - outdated call to
client.fetchUser
which needs to be updated for discord.js v12. https://discordjs.guide/additional-info/changes-in-v12.htmlError from production server: