feat: Added dashboard welcome message
Some checks failed
Build and Deploy / Deploy Web (push) Failing after 1s
Build and Deploy / Deploy Discord Bot (push) Failing after 1s

This commit is contained in:
2023-06-12 16:48:38 +02:00
parent 7bf7c8c8dc
commit c8a4507253
8 changed files with 746 additions and 15 deletions

View File

@@ -6,7 +6,8 @@ const userSchema = new Schema({
team: { type: Types.ObjectId, ref: 'Team', required: false },
discord: {
id: { type: String, required: true, unique: true },
username: { type: String, required: true }
username: { type: String, required: true },
avatarHash: { type: String, required: true }
},
minecraft: {
uuid: { type: String, required: false, unique: true },