diff options
author | 2022-07-04 15:24:15 -0500 | |
---|---|---|
committer | 2022-07-04 15:24:15 -0500 | |
commit | 84d5bacf944a4097b05833c440210b8a236fa4db (patch) | |
tree | 02162325b7f61b5d28f65683f0208bb0664f0504 | |
parent | Merge pull request #2201 from Numerlor/timeit_setup_help (diff) |
Capitalize the "D" in "Discord"
"Discord" is a proper noun, and should be capitalized.
Signed-off-by: Bradley Reynolds <[email protected]>
-rw-r--r-- | bot/resources/tags/paste.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/paste.md b/bot/resources/tags/paste.md index 8c3c2985d..d2d54d48e 100644 --- a/bot/resources/tags/paste.md +++ b/bot/resources/tags/paste.md @@ -1,6 +1,6 @@ **Pasting large amounts of code** -If your code is too long to fit in a codeblock in discord, you can paste your code here: +If your code is too long to fit in a codeblock in Discord, you can paste your code here: https://paste.pythondiscord.com/ After pasting your code, **save** it by clicking the floppy disk icon in the top right, or by typing `ctrl + S`. After doing that, the URL should **change**. Copy the URL and post it here so others can see it. |