diff --git a/matrix_gpt/bot/callbacks.py b/matrix_gpt/bot/callbacks.py index 5e0c658..86dc65a 100644 --- a/matrix_gpt/bot/callbacks.py +++ b/matrix_gpt/bot/callbacks.py @@ -148,6 +148,8 @@ class Callbacks: log_full_response=self.log_full_response ) await command.process() + else: + logger.debug(f"Bot not reacting to event {event.event_id}.") async def invite(self, room: MatrixRoom, event: InviteMemberEvent) -> None: """Callback for when an invite is received. Join the room specified in the invite.