Skip to content

Commit

Permalink
Fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian committed Sep 5, 2018
1 parent a8f743d commit 8980020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/javacord/bot/commands/DocsCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void onCommand(TextChannel channel, String[] args) {
.addField("Overview", "https://docs.javacord.org/")
.addField("Latest release version", "https://docs.javacord.org/api/v/latest")
.addField("Latest snapshot", "https://docs.javacord.org/api/build/latest")
.addField("Tipp", "You can search the docs using `!docs [method|class] <search>`")
.addField("Hint", "You can search the docs using `!docs [method|class] <search>`")
.setThumbnail(getClass().getClassLoader().getResourceAsStream("javacord3_icon.png"), "png")
.setColor(Constants.JAVACORD_ORANGE);
channel.sendMessage(embed).join();
Expand Down

0 comments on commit 8980020

Please sign in to comment.