mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-26 13:56:47 +00:00
@ -117,4 +117,4 @@ def _log_message(ctx: Context_T) -> None:
|
|||||||
msg_from += f'@[讨论组:{ctx["discuss_id"]}]'
|
msg_from += f'@[讨论组:{ctx["discuss_id"]}]'
|
||||||
logger.info(f'Self: {ctx["self_id"]}, '
|
logger.info(f'Self: {ctx["self_id"]}, '
|
||||||
f'Message {ctx["message_id"]} from {msg_from}: '
|
f'Message {ctx["message_id"]} from {msg_from}: '
|
||||||
f'{ctx["message"]}')
|
f'{str(ctx["message"]).__repr__()}')
|
||||||
|
Reference in New Issue
Block a user