mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 02:45:40 +00:00
added accent_color to the user schema
This commit is contained in:
@@ -146,6 +146,7 @@ export const UserSchema = new Schema({
|
||||
username: String,
|
||||
discriminator: String,
|
||||
avatar: String,
|
||||
accent_color: Number,
|
||||
phone: String,
|
||||
desktop: Boolean,
|
||||
mobile: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user