Removed embed body text
This commit is contained in:
parent
17c88fa379
commit
6c3f4c27bf
@ -28,9 +28,7 @@ public class OsrsSearchUtilities {
|
||||
.setUrl(result.getLink())
|
||||
.setColor(Color.decode(bestMatch.getColors()[0]))
|
||||
.addField("Match:", String.valueOf(bestMatch.getMatch()), true)
|
||||
.addField("Colors:", colors, true)
|
||||
|
||||
.setDescription(String.format("Click the title or visit %s for full results!", result.getLink()));
|
||||
.addField("Colors:", colors, true);
|
||||
|
||||
channel.sendMessage(embed);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user