forked from ChomeNS/chomens-bot-java
forgor newline
This commit is contained in:
parent
621191103d
commit
59a8b5dc2d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ false
|
|||
|
||||
if (list.isEmpty()) context.sendOutput(Component.text("No results found").color(NamedTextColor.RED));
|
||||
|
||||
Component discordComponent = Component.text("*Showing only 3 results because Discord*");
|
||||
Component discordComponent = Component.text("*Showing only 3 results because Discord*").append(Component.newline());
|
||||
|
||||
int count = 0;
|
||||
for (JsonElement element : list) {
|
||||
|
|
Loading…
Reference in a new issue