From effba72f68212b5b6f69425a4a2a4899963c64ab Mon Sep 17 00:00:00 2001 From: Skillz4Killz Date: Sat, 15 May 2021 19:53:16 +0000 Subject: [PATCH] Commit from GitHub Actions (Lint) --- gw.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gw.ts b/gw.ts index 8ff3c32cf..c05a9e40b 100644 --- a/gw.ts +++ b/gw.ts @@ -7,8 +7,8 @@ let time = Date.now(); let idk = 0; ws.log = function (type: string, x: any) { - console.log(idk++, x) -} + console.log(idk++, x); +}; startBot({ token: token, @@ -59,4 +59,4 @@ function logMemory() { bytes}MB`, ); counter++; -} \ No newline at end of file +}