We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a17c5a commit 24da243Copy full SHA for 24da243
matrix/commands.py
@@ -236,11 +236,11 @@ def hook_commands():
236
('<event-id>[:"<message-part>"] [<reason>]'),
237
# Description
238
(
239
- "event-id: event id of the message that will be redacted\n"
240
- " message-part: an initial part of the message (ignored, only "
+ " event-id: event id of the message that will be redacted\n"
+ "message-part: an initial part of the message (ignored, only "
241
"used\n"
242
- " as visual feedback when using completion)\n"
243
- " reason: the redaction reason\n"
+ " as visual feedback when using completion)\n"
+ " reason: the redaction reason\n"
244
),
245
# Completions
246
("%(matrix_messages)"),
0 commit comments