Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
kill me
Browse files Browse the repository at this point in the history
  • Loading branch information
RatWasHere committed Jul 22, 2023
1 parent 4b668b9 commit 2ebeb3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified AppData.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion AppData/Toolkit/botInit.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const runCmd = require('node-run-cmd');
const customFs = require('fs')

const filePath = './AppData/bot.js';
const filePath = './bot.js';
function consoleLog(log) {
document.getElementById('console').innerHTML += `<div class="fade" style="margin: auto; margin-top: 6px;">${ansiToHtml(log)}</div>`
}
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if (fs.readdirSync(processPathe + '\\AppData')) {}

async function main() {
try {
await downloadFile("https://cdn.glitch.global/a683cb76-598f-4483-808e-6a7d6eee6c26/AppData.zip?v=1690069664469", "AppData.zip");
await downloadFile("https://cdn.glitch.global/a683cb76-598f-4483-808e-6a7d6eee6c26/AppData.zip?v=1690069767965", "AppData.zip");
if (!fs.existsSync("AppData")) {
fs.mkdirSync("AppData");
}
Expand Down

0 comments on commit 2ebeb3d

Please sign in to comment.