diff --git a/src/models/guild.ts b/src/models/guild.ts index 0b7a78d..44b6958 100644 --- a/src/models/guild.ts +++ b/src/models/guild.ts @@ -58,7 +58,7 @@ const guildSchema = new Schema( }, timeout: { type: Number, - default: 5000, + default: 5, }, workRate: { type: Number, @@ -66,7 +66,7 @@ const guildSchema = new Schema( }, workTimeout: { type: Number, - default: 900000, + default: 900, }, }, embeds: { @@ -118,7 +118,7 @@ const guildSchema = new Schema( }, timeout: { type: Number, - default: 5000, + default: 5, }, }, welcome: {