fixed voteskip, added autoplay to guild schema

This commit is contained in:
Emily 2020-04-21 17:01:28 +10:00
parent b7d2792bfc
commit 24cfe07310
2 changed files with 7 additions and 2 deletions

View file

@ -38,6 +38,11 @@ module.exports = model('Guild', new Schema({
}
},
autoplay: {
type: Boolean,
default: false
},
plugins: {
type: Object,
default: {