mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
Update code.py
This commit is contained in:
@@ -24,7 +24,6 @@ def check_day():
|
||||
global previous_date
|
||||
if datetime.datetime.now().day != previous_date.day:
|
||||
previous_date = datetime.datetime.now()
|
||||
reset_uses_count_today()
|
||||
previous_date = datetime.datetime.now()
|
||||
return True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user