diff --git a/gw.ts b/gw.ts index e4ee7be55..db7bd78ef 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 +}