From 4a5ccbd2625bf2a68f0ea65878493115497950ce Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 5 Nov 2024 23:32:50 -0500 Subject: [PATCH] added home --- client.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client.js b/client.js index bb64468..1e975b5 100644 --- a/client.js +++ b/client.js @@ -482,6 +482,13 @@ function mc_login(){ cmd.shift(); cmd = cmd.join(" "); mc_bot.chat(cmd); + return; + } + + if(message.startsWith("rena take me home")){ + + mc_bot.chat("/tp " + username + " rena_chan"); + mc_bot.chat("I will take you home! <3"); } });