Config toggles for member kick notes
Similarly to how we implemented invite notification toggles, do this for member kick notifications.
A slight twist ought to be that cables-mediated kicks shouldn't include those who requested a member be kicked by cables. We can implement this logic now, even though we don't have a kick command yet, by adding requestor to the MEMBER_KICK custom event handler's arguments. Instead, this case ought to be covered through the staff_kicks toggle. This would allow server owners to disable kick notifications only for unattended cables actions, such as unverified member purges.