more music stuff

This commit is contained in:
Emily 2020-04-24 17:50:54 +10:00
parent 78aab0f9f6
commit 1f73cf351f
5 changed files with 46 additions and 8 deletions

View file

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