diff --git a/github.go b/github.go index b146a8f..c217cfd 100644 --- a/github.go +++ b/github.go @@ -56,6 +56,7 @@ func getRecentsCommits() { "https://api.github.com/repos/PenguinMod/PenguinMod-Render/commits?per_page=50", "https://api.github.com/repos/PenguinMod/PenguinMod-ExtensionsGallery/commits?per_page=50", "https://api.github.com/repos/PenguinMod/PenguinMod-BackendApi/commits?per_page=50", + "https://api.github.com/repos/PenguinMod/PenguinMod-Home/commits?per_page=50", } var newRecentCommits []GHApiCommit