Skip to content

Исправлена формулировка при регистрации обработчиков#45

Merged
love-apples merged 1 commit intolove-apples:mainfrom
Olegt0rr:bugfix/handler-registered-counter
Feb 18, 2026
Merged

Исправлена формулировка при регистрации обработчиков#45
love-apples merged 1 commit intolove-apples:mainfrom
Olegt0rr:bugfix/handler-registered-counter

Conversation

@Olegt0rr
Copy link
Copy Markdown
Collaborator

Closes #44

Copilot AI review requested due to automatic review settings February 18, 2026 08:04
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a confusing log message that appeared during bot startup. The issue was that the original message "2 событий на обработку" (2 events for processing) suggested the bot had 2 events to process, when it actually meant 2 registered event handlers. The new wording "Зарегистрировано {handlers_count} обработчиков событий" (Registered {handlers_count} event handlers) clearly indicates that this is about the number of registered handlers, not events to be processed.

Changes:

  • Updated the logging message in the __ready method to clarify that it refers to registered event handlers rather than events awaiting processing

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@love-apples love-apples merged commit 91b3ec0 into love-apples:main Feb 18, 2026
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Путает фраза про "событий на обработку"

3 participants