more music stuff
This commit is contained in:
parent
78aab0f9f6
commit
1f73cf351f
5 changed files with 46 additions and 8 deletions
|
@ -38,9 +38,11 @@ module.exports = model('Guild', new Schema({
|
|||
}
|
||||
},
|
||||
|
||||
autoplay: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
music: {
|
||||
type: Object,
|
||||
default: {
|
||||
defaultVolume: 0.25
|
||||
}
|
||||
},
|
||||
|
||||
plugins: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue