Skip to content

Commit

Permalink
🔇 update plugin_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Apr 8, 2024
1 parent 5a0c0de commit 1b693b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt/plugins/plugin_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def should_handle(self, message):
"""
if self.enabled:
logger.debug("Should handle: {}", message)
# logger.debug("Should handle: {}", message)
return (
settings.bot_ignore not in message or settings.bot_prefix not in message
)
Expand Down

0 comments on commit 1b693b4

Please sign in to comment.