Remove banned user's reactions#1
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/mrfeod/ithueti_guard_bot/sessions/420d16a2-5624-4b69-9fb4-d8f907d9ac94 Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mrfeod/ithueti_guard_bot/sessions/420d16a2-5624-4b69-9fb4-d8f907d9ac94 Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mrfeod/ithueti_guard_bot/sessions/a94f0e1f-2e2b-4ae7-88a9-bfe3698d077f Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mrfeod/ithueti_guard_bot/sessions/1971dc2d-53c2-4fde-b3d3-cfa92da71d96 Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
mrfeod
May 12, 2026 10:58
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
delete_all_message_reactions(used for clearing user reactions on ban) was added/stabilized in aiogram 3.28.2. The previous lower bound of>=3.7allowed installing versions that lack this method.Changes
pyproject.toml: Tightened aiogram constraint from>=3.7,<4→>=3.28.2,<4