Skip to content

Commit 64e5d7e

Browse files
authored
removed share hint (#728)
1 parent 816cfb4 commit 64e5d7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/help/HelpSystemHelper.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ private RestAction<Message> sendExplanationMessage(GuildMessageChannel threadCha
9797
List<MessageEmbed> embeds = List.of(HelpSystemHelper.embedWith(
9898
"Code is much easier to read if posted with **syntax highlighting** and proper formatting.",
9999
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."""),
104100
HelpSystemHelper.embedWith(
105101
"""
106102
If nobody is calling back, that usually means that your question was **not well asked** and \

0 commit comments

Comments
 (0)