Perm levels fixed, guild create/delete
This commit is contained in:
parent
a82c054ce3
commit
4b66acc01d
11 changed files with 49 additions and 12 deletions
|
@ -24,6 +24,6 @@ module.exports = mongoose.model('Guild', new Schema({
|
|||
|
||||
adminRole: {
|
||||
type: String,
|
||||
default: defaults.modRole
|
||||
default: defaults.adminRole
|
||||
}
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue