1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-08-02 06:14:35 +00:00

Addition to the playlists

This commit is contained in:
MatteZ02
2019-10-12 18:01:13 +03:00
parent ff2845c6cb
commit c716867b8d
4 changed files with 15 additions and 0 deletions

View File

@@ -5,11 +5,13 @@ module.exports = {
prefix: '>',
defaultVolume: 5,
permissions: false,
premium: false,
});
client.global.db.guilds[guild.id] = {
prefix: ">",
defaultVolume: 5,
permissions: false,
premium: false,
};
}
}