mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 02:00:20 +00:00
Update play.js
This commit is contained in:
parent
202743e63b
commit
65ef473f0d
@ -28,8 +28,9 @@ module.exports = {
|
||||
connection: null,
|
||||
songs: [...songs],
|
||||
volume: client.global.db.guilds[message.guild.id].defaultVolume,
|
||||
playing: true,
|
||||
playing: false,
|
||||
looping: false,
|
||||
paused: false,
|
||||
votes: 0,
|
||||
voters: [],
|
||||
votesNeeded: null
|
||||
|
Loading…
Reference in New Issue
Block a user