Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ private RestAction<Message> sendExplanationMessage(GuildMessageChannel threadCha
List<MessageEmbed> 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 \
Expand Down