From 27016874c940ee08a2739f1507c4484642921bcd Mon Sep 17 00:00:00 2001 From: Martin Thielecke Date: Fri, 20 May 2022 17:42:33 +0200 Subject: [PATCH] save last follower --- follower.go | 1 + 1 file changed, 1 insertion(+) 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) /*