Commit from GitHub Actions (Lint)

This commit is contained in:
Skillz4Killz
2021-05-15 19:53:16 +00:00
parent 7d1ad5f9cc
commit effba72f68
+3 -3
View File
@@ -7,8 +7,8 @@ let time = Date.now();
let idk = 0; let idk = 0;
ws.log = function (type: string, x: any) { ws.log = function (type: string, x: any) {
console.log(idk++, x) console.log(idk++, x);
} };
startBot({ startBot({
token: token, token: token,
@@ -59,4 +59,4 @@ function logMemory() {
bytes}MB`, bytes}MB`,
); );
counter++; counter++;
} }