Merge branch 'optimize-startup' of https://github.com/discordeno/discordeno into optimize-startup

This commit is contained in:
Skillz4Killz
2021-05-15 19:53:24 +00:00
committed by GitHub
+2 -2
View File
@@ -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,