DiscordJS V12 Reactions not Catching Error

    channel.send(embed).then(m => {
      m.react("<:check:947079937372872704>")
      m.react("<:warning:943421375526355024>")
    }).catch(err => {
      message.channel.send('Error')
    })

This is my code but when the bot doesn’t have add reaction perms it crashes instead of catching it and printing Error