Added wiki link to embed footer
This commit is contained in:
parent
8282ccfe11
commit
a98ef34290
@ -26,6 +26,7 @@ public class OsrsSearchUtilities {
|
|||||||
.setImage(bestMatch.getImages().getDetail())
|
.setImage(bestMatch.getImages().getDetail())
|
||||||
.setUrl(result.getLink())
|
.setUrl(result.getLink())
|
||||||
.setColor(Color.decode(bestMatch.getColors()[0]))
|
.setColor(Color.decode(bestMatch.getColors()[0]))
|
||||||
|
.setFooter(String.format("Wiki: %s", result.getLink()))
|
||||||
.addField("Match:", String.valueOf(bestMatch.getMatch()), true)
|
.addField("Match:", String.valueOf(bestMatch.getMatch()), true)
|
||||||
.addField("Colors:", colors, true)
|
.addField("Colors:", colors, true)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user