diff --git a/follower.go b/follower.go index 8868593..309e2e6 100644 --- a/follower.go +++ b/follower.go @@ -80,6 +80,7 @@ func getFollows(u *User, max int) { func (f *TwitchFollowers) SaveFiles() { saveContent("followers", "total", strconv.FormatInt(f.Total, 10)) + saveContent("followers", "last_follower", f.Data[0].FromName) saveJSON("followers", "complete_list", f) /*