mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
17 lines
308 B
JavaScript
17 lines
308 B
JavaScript
module.exports = {
|
|
textChannel: null,
|
|
voiceChannel: null,
|
|
connection: null,
|
|
songs: [],
|
|
volume: null,
|
|
bass: null,
|
|
playing: false,
|
|
paused: false,
|
|
looping: false,
|
|
songLooping: false,
|
|
votes: 0,
|
|
voters: [],
|
|
votesNeeded: null,
|
|
time: 0,
|
|
endReason: null,
|
|
} |