Add user joined/leave logs
As per functionality from other bots - to fully commit to using MODiX, it might be nice to see users who joined/leave the guild in the assigned moderation log channels.
🔗 Related: #226.
Does it make sense to add these to the moderation log channels? And if so, which ModerationActionType should be used? Can't seem to find one that fits join/leave messages.
Probably not, moderation log is generally for actions a moderator would perform (warning, muting, banning, etc.) and moderation actions the bot automatically performs (deleting invites, etc.).
We can brainstorm, but my initial thoughts are that we could create a new channel designation type like "UserEventsLog" or something that would include things like join/leave, nickname updates, role changes, etc.
For the C# server, Patrick's Accord bot now handles join/leave logs, so this wouldn't be very high priority for us, but it wouldn't be a bad idea to have available in MODiX for other people who want to run MODiX in their own servers.
Agreed with the channel, only considered it because it was specifically mentioned in the issue :-)
I can throw some time at something else, this just seemed like a good entry issue for this project.