fix: chomens bot trust level

This commit is contained in:
Chayapak Supasakul 2024-12-17 16:38:59 +07:00
parent ac429020aa
commit d164759452
Signed by: ChomeNS
SSH key fingerprint: SHA256:0YoxhdyXsgbc0nfeB2N6FYE60mxMU7DS4uCUMaw2mvA

View file

@ -48,7 +48,7 @@ public class ChomeNSBotCommandSuggestions extends Listener {
final String serialized = GsonComponentSerializer.gson().serialize(component); final String serialized = GsonComponentSerializer.gson().serialize(component);
CommandCore.INSTANCE.run("tellraw @a[tag=chomens_bot] " + serialized); CommandCore.INSTANCE.run("tellraw @a[team=chomens_bot] " + serialized);
} }
@Override @Override