mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 02:00:20 +00:00
preps
This commit is contained in:
parent
7737c12a95
commit
42203096d7
@ -12,6 +12,8 @@ module.exports = async function (client, reason, guild) {
|
||||
if (serverQueue.looping) {
|
||||
serverQueue.songs.push(serverQueue.songs[0]);
|
||||
}
|
||||
serverQueue.votes = 0;
|
||||
serverQueue.voters = [];
|
||||
serverQueue.songs.shift();
|
||||
}
|
||||
client.funcs.play(guild, serverQueue.songs[0], client, 0, true);
|
||||
|
@ -12,14 +12,14 @@ module.exports = {
|
||||
secondary_test_channel: "570531724002328577",
|
||||
devId: "360363051792203779",
|
||||
//misc
|
||||
embedColor: "#B127CD",
|
||||
embedColor: "#b50002",
|
||||
invite: "https://discordapp.com/api/oauth2/authorize?client_id=649252971690983446&permissions=8&redirect_uri=https%3A%2F%2Fdiscordapp.com%2Foauth2%2Fauthorize%3Fclient_id%3D649252971690983446%26%3Bscope%3Dbot%26%3Bpermissions%3D0&scope=bot",
|
||||
//Settings
|
||||
devMode: false,
|
||||
dblApi: false,
|
||||
saveDB: false,
|
||||
//db values
|
||||
prefix: "*",
|
||||
prefix: ">",
|
||||
defaultVolume: 5,
|
||||
permissions: false,
|
||||
dj: false,
|
||||
|
Loading…
Reference in New Issue
Block a user