Make ` be replaced with 2 spaces in reporting

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-07-16 06:10:47 +03:00
parent c220046561
commit a19eb518e4
Signed by untrusted user who does not match committer: ari
GPG key ID: A50D5B4B599AF8A2

View file

@ -585,7 +585,7 @@ class CommandParser:
wh = random_embed(
CONFIG["report-webhook-url"],
_report_title,
f"Reason: `{repr(_report_content)[1:-1]}`",
f"Reason: `{_report_content.replace('`', ' ')}`",
)
log(f"{_report_title}: {wh.execute()}")