From b760fb6f70cf3130a3a026e52ede766fc1d0be75 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 3 Jan 2026 11:15:14 -0500 Subject: [PATCH] Clarify the pastebin embed --- bot/resources/tags/paste.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/resources/tags/paste.md b/bot/resources/tags/paste.md index 79e34b3bd8..374579d5f9 100644 --- a/bot/resources/tags/paste.md +++ b/bot/resources/tags/paste.md @@ -2,7 +2,7 @@ embed: title: "Pasting large amounts of code" --- -If your code is too long to fit in a codeblock in Discord, you can paste your code here: +So that everyone can easily read your code, you can paste it in this website: https://paste.pythondiscord.com/ After pasting your code, **save** it by clicking the Paste! button in the bottom left, or by pressing `CTRL + S`. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.