1
0
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:
MatteZ02 2019-11-23 09:31:40 +02:00
parent 202743e63b
commit 65ef473f0d

View File

@ -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