knights-of-academia / horace

discord.js bot powering the Knights of Academia server with commands like info, AFK, and more
MIT License
23 stars 19 forks source link

Outdated fetchUser call in reminder function #215

Closed debashisbiswas closed 3 years ago

debashisbiswas commented 3 years ago

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.html

Error from production server:

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)