Add opts to `client.remove` and `torrent.destroy`
bcda4bd
Add an optional `opts` to `client.remove` and `torrent.remove`, if this `opts` set `remove` to `true`, then we call `store.destroy` instead of `store.close`.