mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 21:49:42 +03:00
Posting all the time at sunday
This commit is contained in:
@@ -279,7 +279,6 @@ class AdminCommands(Handler):
|
||||
schedule.every().wednesday.at(i).do(post, None)
|
||||
schedule.every().thursday.at(i).do(post, None)
|
||||
schedule.every().friday.at(i).do(post, None)
|
||||
if i not in ['10:00', '20:00']:
|
||||
schedule.every().sunday.at(i).do(post, None)
|
||||
if mes:
|
||||
await mes.answer('Настройки обновлены!')
|
||||
|
||||
Reference in New Issue
Block a user