Skip to content

Commit

Permalink
Update botstats model
Browse files Browse the repository at this point in the history
  • Loading branch information
Siebe Baree committed Jun 26, 2024
1 parent 21a1e44 commit b81b64b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/bot/src/models/botStats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const ClusterSchema = new Schema<ICluster>({
id: { type: Number, required: true },
guilds: { type: Number, required: true },
users: { type: Number, required: true },
totalShards: { type: Number, required: true },
});

export const botStatsSchema = new Schema<IBotStats>(
Expand Down

0 comments on commit b81b64b

Please sign in to comment.