diff --git a/sponsors.js b/sponsors.js index 20619df..11925b2 100644 --- a/sponsors.js +++ b/sponsors.js @@ -83,9 +83,5 @@ function changelog() { }) } -let isOnMaster = false; - -if(isOnMaster) { - sponsorsGenerate() -} +sponsorsGenerate() changelog(); \ No newline at end of file