diff options
author | 2023-02-26 14:56:25 +0000 | |
---|---|---|
committer | 2023-02-26 14:56:25 +0000 | |
commit | eeed58bce8502a137020f2c6b26180cf3f18642b (patch) | |
tree | 3c5d048e3bafed54ba17ac662f0b3e7facc4b960 | |
parent | Merge pull request #2415 from python-discord/timeit-backticks (diff) | |
parent | Merge branch 'main' into swfarnsworth-code-command-paste (diff) |
Merge pull request #2417 from python-discord/swfarnsworth-code-command-paste
Add line to `!code` about the pastebin
-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/). |