1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 15:46:00 +00:00

More powerful number handling. Setting whether to announce songs starting to play. Remove command fixes

This commit is contained in:
MatteZ02
2019-10-24 20:11:08 +03:00
parent bd9ef87dde
commit 38c0103281
10 changed files with 75 additions and 35 deletions

View File

@ -7,7 +7,8 @@ module.exports = {
permissions: false,
premium: false,
dj: false,
djrole: null
djrole: null,
startPlaying: true
});
client.global.db.guilds[guild.id] = {
prefix: ">",
@ -15,7 +16,8 @@ module.exports = {
permissions: false,
premium: false,
dj: false,
djrole: null
djrole: null,
startPlaying: true
};
}
}