forked from ChomeNS/chomens-bot-java
remove it because i am lazy to fix it :(
This commit is contained in:
parent
86390f3801
commit
2d123256e2
1 changed files with 0 additions and 9 deletions
|
@ -7,7 +7,6 @@ import net.kyori.adventure.text.JoinConfiguration;
|
|||
import net.kyori.adventure.text.TextComponent;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
public class CommandSuggestionPlugin extends ChatPlugin.Listener {
|
||||
|
@ -38,14 +37,6 @@ public class CommandSuggestionPlugin extends ChatPlugin.Listener {
|
|||
output.add(
|
||||
Component
|
||||
.text(command.name)
|
||||
.append(
|
||||
Component.join(
|
||||
JoinConfiguration.noSeparators(),
|
||||
Arrays.stream(command.aliases)
|
||||
.map(Component::text)
|
||||
.toList()
|
||||
)
|
||||
)
|
||||
.append(Component.text(command.trustLevel.name()))
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue