mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
Commit from GitHub Actions (Lint)
This commit is contained in:
@@ -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++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user