From ccc20b06677122c847fe95ede87b25964d7496d1 Mon Sep 17 00:00:00 2001 From: Hexugory Date: Fri, 31 Mar 2023 23:35:54 -0500 Subject: [PATCH] the time is now --- src/cbclient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cbclient.ts b/src/cbclient.ts index 6d9c546..0828c00 100644 --- a/src/cbclient.ts +++ b/src/cbclient.ts @@ -174,7 +174,7 @@ export class CBClient extends CommandClient { static async createPlayer(user_id: Snowflake) { return Player.create({ user_id: user_id, - start: Math.floor(Date.now()/1000) + start: 1680323712 }); }