From 268d435f84d79b205a794a19d57b6e743d677aec Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Sun, 21 Apr 2024 01:21:10 -0700 Subject: [PATCH] implement #31 --- src/plugins/EagProxyAAS/utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/EagProxyAAS/utils.ts b/src/plugins/EagProxyAAS/utils.ts index 614d13d..4c0e37a 100644 --- a/src/plugins/EagProxyAAS/utils.ts +++ b/src/plugins/EagProxyAAS/utils.ts @@ -139,11 +139,11 @@ export function sendMessageWarning(client: Client, msg: string) { export function sendMessageLogin(client: Client, url: string, token: string) { client.write("chat", { message: JSON.stringify({ - text: "Please go to ", + text: "Please open ", color: Enums.ChatColor.RESET, extra: [ { - text: "this website", + text: "this link", color: "gold", clickEvent: { action: "open_url",