func memberDiff(old, new *discordgo.Member) (*events.Event, error) {
    if old == nil || new == nil {
        return nil, nil
    }