@@ -142,7 +142,10 @@ class Bot:
# Write response
# Truncate response if too long
await r.write(message, response[:2000])
try:
except Exception as e:
logging.error('Error sending response: %s', e)
task.cancel()
The note is not visible to the blocked user.