fixed voteskip, added autoplay to guild schema
This commit is contained in:
parent
b7d2792bfc
commit
24cfe07310
2 changed files with 7 additions and 2 deletions
|
@ -38,6 +38,11 @@ module.exports = model('Guild', new Schema({
|
|||
}
|
||||
},
|
||||
|
||||
autoplay: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
|
||||
plugins: {
|
||||
type: Object,
|
||||
default: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue