Skip to content

Commit

Permalink
Update TicketModule.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TehZombiJesus committed Jul 5, 2022
1 parent b737e86 commit 8616b3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void sendIssueInstructions(Member member) {
lastInstructions.delete().queue();

TechEmbedBuilder issue = new TechEmbedBuilder("Ticket Creation (" + member.getEffectiveName() + ")")
.text("Last but not least, please tell us what you're having an issue with!\n\nIn your server, please run the following commands and take a screenshot of the information.\n`/about` and `/about <plugin_name>`", "", ERROR_EMOTE.query().first().getAsMention() + " - Cancel", "", "*Try not to make the message over 1024 chars long.*", "*We'll cut it off due to Discord's Limitations!*");
.text("Last but not least, please tell us what you're having an issue with!\n\nIn your server, please run the following commands\nand take a screenshot of the information.\n\n__To get the server information__ **>**```/about```\n__To get the plugin information__ **>**```/about <plugin_name>```", "", ERROR_EMOTE.query().first().getAsMention() + " - Cancel", "", "*Try not to make the message over 1024 chars long.*", "*We'll cut it off due to Discord's Limitations!*");

issue.queue(channel, message -> setLastInstructions(message, msg -> {
try {
Expand Down

0 comments on commit 8616b3c

Please sign in to comment.