the time is now

This commit is contained in:
Hexugory 2023-03-31 23:35:54 -05:00
parent a4c03cef3c
commit ccc20b0667

View File

@ -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
});
}