I have a bot on Heroku, and if I do: const canvas = require(\'canvas\') then the bot crashes.
const canvas = require(\'canvas\')
If I comment out that line, the bot works normally. How can