diff --git a/application/src/main/java/org/togetherjava/tjbot/commands/help/HelpSystemHelper.java b/application/src/main/java/org/togetherjava/tjbot/commands/help/HelpSystemHelper.java index df1c5c89c5..a081eb570e 100644 --- a/application/src/main/java/org/togetherjava/tjbot/commands/help/HelpSystemHelper.java +++ b/application/src/main/java/org/togetherjava/tjbot/commands/help/HelpSystemHelper.java @@ -97,10 +97,6 @@ private RestAction sendExplanationMessage(GuildMessageChannel threadCha List embeds = List.of(HelpSystemHelper.embedWith( "Code is much easier to read if posted with **syntax highlighting** and proper formatting.", useCodeSyntaxExampleImage ? "attachment://" + CODE_SYNTAX_EXAMPLE_PATH : null), - HelpSystemHelper.embedWith( - """ - If your code is **long**, or you have **multiple files** to share, consider posting it on sites \ - like https://pastebin.com/ and share the link instead, that is easier to browse for helpers."""), HelpSystemHelper.embedWith( """ If nobody is calling back, that usually means that your question was **not well asked** and \