I'm having trouble with this problem. I drew out the triangle and calculated the slopes to find the bounds of $x$, and the bounds of $y$ are pretty much given $0\rightarrow 13$. So I evaluate this double integral as follows and that's my answer, but it seems to be wrong. Are my bounds wrong?
$$\int _0^{13}\:\int _{\left(\frac{4}{13}y\right)}^{\left(\frac{6}{13}y\right)}\:\left(4-8x\right)dxdy$$

You split the integration for the intervals $x\in[0,4]$ and $x\in[4,6]$, see this for a sketch.
Thus $$\int\int_D(4-8x)dA$$ $$=\int_{0}^{4}\int_{\frac{13}{6}x}^{\frac{13}{4}x}(4-8x)dydx+\int_{4}^{6}\int_{\frac{13}{6}x}^{13}(4-8x)dydx$$
Splitting the integral is necessary since we have $\frac{13}{6}x\leq y\leq \frac{13}{4}x$ for $0\leq x\leq4$ and $\frac{13}{4}x\leq y\leq 13$ for $4\leq x\leq6$, so $$\int_{0}^{4}\int_{\frac{13}{6}x}^{\frac{13}{4}x}(4-8x)dydx+\int_{4}^{6}\int_{\frac{13}{6}x}^{13}(4-8x)dydx$$ $$=\int_{0}^{4}\frac{13}{12}x(4-8x)dx+\int_{4}^{6}(4-8x)(13-\frac{13}{6}x)dx$$ $$=-\frac{1352}{9}-\frac{1300}{9}=-\frac{884}{3}$$