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

Added commands to playlist

This commit is contained in:
MatteZ02
2019-10-13 20:52:51 +03:00
parent 55c3ff293b
commit f2d105d5e2
3 changed files with 64 additions and 4 deletions

View File

@ -24,7 +24,7 @@ module.exports = {
djrole: null
};
}
let prefix = client.global.db.guilds[message.guild.id].prefix;
let prefix = "-"//client.global.db.guilds[message.guild.id].prefix;
const args = message.content.slice(prefix.length).split(' ');
if (message.mentions.users.first()) {
if (message.mentions.users.first().id === '607266889537945605' && args[1] === 'help') return client.commands.get('help').execute(message, args, client, Discord, prefix, client);