diff options
author | 2023-02-26 09:40:17 -0500 | |
---|---|---|
committer | 2023-02-26 09:40:17 -0500 | |
commit | 26783af7b12c724dfb02edf481ec9e53fb534d47 (patch) | |
tree | 408a8970168d4c5ae62166aee5e854fe6757ca03 | |
parent | Merge pull request #2409 from shtlrs/bump-isort-in-precommit (diff) |
Add line about the pastebin.
Simply adds "For long code samples, you can use our pastebin" as a new final line.
-rw-r--r-- | bot/resources/tags/codeblock.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/resources/tags/codeblock.md b/bot/resources/tags/codeblock.md index ac64656e5..6cb90696a 100644 --- a/bot/resources/tags/codeblock.md +++ b/bot/resources/tags/codeblock.md @@ -5,3 +5,5 @@ print('Hello world!') \`\`\` **These are backticks, not quotes.** Check [this](https://superuser.com/questions/254076/how-do-i-type-the-tick-and-backtick-characters-on-windows/254077#254077) out if you can't find the backtick key. + +**For long code samples,** you can use our [pastebin](https://paste.pythondiscord.com/). |