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