File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
application/src/main/java/org/togetherjava/tjbot/commands/help Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,6 @@ private RestAction<Message> sendExplanationMessage(GuildMessageChannel threadCha
97
97
List <MessageEmbed > embeds = List .of (HelpSystemHelper .embedWith (
98
98
"Code is much easier to read if posted with **syntax highlighting** and proper formatting." ,
99
99
useCodeSyntaxExampleImage ? "attachment://" + CODE_SYNTAX_EXAMPLE_PATH : null ),
100
- HelpSystemHelper .embedWith (
101
- """
102
- If your code is **long**, or you have **multiple files** to share, consider posting it on sites \
103
- like https://pastebin.com/ and share the link instead, that is easier to browse for helpers.""" ),
104
100
HelpSystemHelper .embedWith (
105
101
"""
106
102
If nobody is calling back, that usually means that your question was **not well asked** and \
You can’t perform that action at this time.
0 commit comments