more logging
This commit is contained in:
parent
1d8b365907
commit
7daad0d28c
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue