1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 18:56:00 +00:00
This commit is contained in:
MatteZ02
2020-04-19 20:34:38 +03:00
parent b5445caf47
commit 03516e4074
3 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,7 @@ module.exports = {
startPlaying: client.config.startPlaying,
bass: client.config.bass,
blacklist: [],
premium: true,
};
});
}