IM FUCKING STUPID LOL
This commit is contained in:
parent
a94671dc06
commit
da505f8554
3 changed files with 76 additions and 23 deletions
|
@ -25,5 +25,12 @@ module.exports = mongoose.model('Guild', new Schema({
|
|||
adminRole: {
|
||||
type: String,
|
||||
default: defaults.adminRole
|
||||
},
|
||||
|
||||
mutedRole: {
|
||||
type: String,
|
||||
default: defaults.mutedRole
|
||||
}
|
||||
}))
|
||||
|
||||
// I SPWENT TWO FUCKONG DAUYS TRYING TO FIGURE OUT HOW TO UPDATE EXISTING DB ENTRIES WITH NEW SCHEMA SHIT AND IT DOES THIS BY FUCKING DEFAULT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue