the time is now
This commit is contained in:
parent
a4c03cef3c
commit
ccc20b0667
@ -174,7 +174,7 @@ export class CBClient extends CommandClient {
|
|||||||
static async createPlayer(user_id: Snowflake) {
|
static async createPlayer(user_id: Snowflake) {
|
||||||
return Player.create({
|
return Player.create({
|
||||||
user_id: user_id,
|
user_id: user_id,
|
||||||
start: Math.floor(Date.now()/1000)
|
start: 1680323712
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user