diff options
author | 2023-12-31 12:11:22 -0500 | |
---|---|---|
committer | 2023-12-31 12:11:22 -0500 | |
commit | 0ff5fad1ba3137019ee9749355f0652de5a6b45e (patch) | |
tree | 75227d6f42176be1b7fe906ac9aa7e1dd44d1cdf | |
parent | New tag to explain why `== True` et al are wrong. (diff) |
Revert 'Code goes here on a new line' to 'Hello world!'
-rw-r--r-- | bot/resources/tags/codeblock.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/codeblock.md b/bot/resources/tags/codeblock.md index 46e6ffc46..c7f2990fd 100644 --- a/bot/resources/tags/codeblock.md +++ b/bot/resources/tags/codeblock.md @@ -5,7 +5,7 @@ embed: Here's how to format Python code on Discord: \`\`\`py -print('Code goes here on a new line') +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. |