drc icon indicating copy to clipboard operation
drc copied to clipboard

Refactor the myriad of `send`-points into as few as possible

Open edfletcher opened this issue 1 year ago • 0 comments

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).

edfletcher avatar Dec 29 '23 23:12 edfletcher