From: Jakob Cornell Date: Wed, 28 Sep 2022 02:31:53 +0000 (-0500) Subject: Improve incorrect strike report format X-Git-Tag: strikebot-0.0.7~17 X-Git-Url: https://jcornell.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=ced656b4ccd7b54f136add088d9b919468015915;p=counting.git Improve incorrect strike report format --- diff --git a/strikebot/src/strikebot/__init__.py b/strikebot/src/strikebot/__init__.py index abe6065..77be977 100644 --- a/strikebot/src/strikebot/__init__.py +++ b/strikebot/src/strikebot/__init__.py @@ -80,7 +80,7 @@ def _format_update_ref(update: _Update, thread_id: str) -> str: def _format_bad_strike_alert(update: _Update, thread_id: str) -> str: - return _format_update_ref(update, thread_id) + " was incorrectly stricken." + return "_incorrectly stricken:_ " + _format_update_ref(update, thread_id) def _format_curr_count(last_valid: Optional[_Update]) -> str: