aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-01-17 12:45:48 +0200
committerGravatar GitHub <[email protected]>2022-01-17 12:45:48 +0200
commit25cc064b620aca4d8c2cfe029e296d1f4083990d (patch)
treeb59ed48508929ba33401d47092d48c2b16055253
parentShorten the `TXT_EMBED_DESCRIPTION` message (#2048) (diff)
parentFix pastebin hyperlink to use correct markdown syntax (diff)
Merge pull request #2050 from Nipa-Code/fix-hyperlink
Fix pastebin hyperlink to use correct markdown syntax
-rw-r--r--bot/exts/filters/antimalware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/filters/antimalware.py b/bot/exts/filters/antimalware.py
index 674ca6c8b..6cccf3680 100644
--- a/bot/exts/filters/antimalware.py
+++ b/bot/exts/filters/antimalware.py
@@ -19,7 +19,7 @@ PY_EMBED_DESCRIPTION = (
TXT_LIKE_FILES = {".txt", ".csv", ".json"}
TXT_EMBED_DESCRIPTION = (
"You either uploaded a `{blocked_extension}` file or entered a message that was too long. "
- f"Please use our [{URLs.site_schema}{URLs.site_paste}](paste bin) instead."
+ f"Please use our [paste bin]({URLs.site_schema}{URLs.site_paste}) instead."
)
DISALLOWED_EMBED_DESCRIPTION = (