drc
drc copied to clipboard
Refactor the myriad of `send`-points into as few as possible
In the course of addressing #28 it became very clear that there are far too many send points in the discord code. Ultimately all of them are emitting to a channel, so there is no reason there shouldn't be a single drcSend (or similar) that everything funnels through, instead of having to modify each code path that contains one of these (like the commit for #28 had to).