mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 06:56:03 -08:00
implement #31
This commit is contained in:
parent
0ba352e6d3
commit
268d435f84
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user