diff options
Diffstat (limited to 'includes/external/matrix/index.js')
-rw-r--r-- | includes/external/matrix/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/external/matrix/index.js b/includes/external/matrix/index.js index c01b3d2..8a2d8ec 100644 --- a/includes/external/matrix/index.js +++ b/includes/external/matrix/index.js @@ -108,7 +108,7 @@ client.once("sync", async function (state, prevState, res) { } }); - if (user === "raindrops" && name === "Hazy Stardawn") { + /*if (user === "raindrops" && name === "Hazy Stardawn") { await sleep(2000); let res2 = await client.uploadContent(fs.readFileSync("../../../assets/uploads/hazy.png")); @@ -121,7 +121,7 @@ client.once("sync", async function (state, prevState, res) { Authorization: "Bearer " + token } }); - } + }*/ process.exit(0); } else { |