Skip to content

Commit

Permalink
feat: remove get_publication_plans command (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Kulikov <[email protected]>
  • Loading branch information
riveriswild and alexeyqu authored Jul 2, 2024
1 parent b94c09d commit 6f1be3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ def init_handlers(self):
self.admin_broadcast_handler("publication_plans_job"),
"рассылка сводки о публикуемых на неделе постах",
)
self.add_manager_handler(
"get_publication_plans",
CommandCategories.SUMMARY,
self.manager_reply_handler("publication_plans_job"),
"получить сводку о публикуемых на неделе постах",
)
self.add_manager_handler(
"fill_posts_list",
CommandCategories.REGISTRY,
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_telegram_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def test_not_failing_db_update(self, conversation, command: str):
"command",
(
"/get_articles_rubric arts",
"/get_publication_plans",
"/get_tasks_report",
"/get_trello_board_state",
),
Expand Down

0 comments on commit 6f1be3a

Please sign in to comment.