Skip to content

Commit

Permalink
Add link to support guild in help
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 15, 2017
1 parent ea33826 commit b87e9c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ml/duncte123/skybot/utils/HelpEmbeds.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public static MessageEmbed getCommandList() {
*/
public static MessageEmbed getCommandListWithPrefix(String prefix) {
return EmbedUtils.defaultEmbed()
.setTitle("Click here for the support guild", "https://discord.gg/NKM9Xtk")
.setDescription("Use `"+ prefix+"help [command]` to get more info about a command")
.addField("Main commands", generateCommandsWithPrefix(prefix, mainCommands.toArray(new String[0])), INLINE)
.addField("Animal commands", generateCommandsWithPrefix(prefix, animalCommands.toArray(new String[0])), INLINE)
Expand Down

0 comments on commit b87e9c6

Please sign in to comment.