more logging

This commit is contained in:
Cyberes 2023-03-19 21:32:04 -06:00
parent 1d8b365907
commit 7daad0d28c
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ class Callbacks:
log_full_response=self.log_full_response log_full_response=self.log_full_response
) )
await command.process() await command.process()
else:
logger.debug(f"Bot not reacting to event {event.event_id}.")
async def invite(self, room: MatrixRoom, event: InviteMemberEvent) -> None: async def invite(self, room: MatrixRoom, event: InviteMemberEvent) -> None:
"""Callback for when an invite is received. Join the room specified in the invite. """Callback for when an invite is received. Join the room specified in the invite.