For everyone who wants working code for cards: Code: current_patreon_code = "11M" + str(get_current_day()) + "3" What does that mean? The code has the standard format "11M" then you enter the current day (today is October 9), so the number "9" followed by the number "3" So the code for October 9 is: 11M93 and for tomorrow it will be: 11M103 EDIT: for v0.75a Code: current_patreon_code = "1" + str(get_current_day()+5) + "P" so: for 14 Jan -> 1 + (14 + 5) + P = 119P for 15 Jan -> 1 + (15 + 5) + P = 120P etc.
Comente abajo si tiene el nuevo código yo conseguí esos pero son de versiones anteriores