1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-17 10:46:01 +00:00
This commit is contained in:
MatteZ02
2020-04-21 14:29:36 +03:00
parent 32c476a3f6
commit 3532cc00d3
8 changed files with 8 additions and 37 deletions

View File

@ -1,5 +1,3 @@
const { db } = require("../../../index-.js");
module.exports = {
name: "message",
async execute(client, msg, Discord) {
@ -50,4 +48,4 @@ module.exports = {
return msg.channel.send(client.messages.devMode);
client.funcs.exe(msg, args, client, Discord, command);
},
};
};

View File

@ -26,7 +26,7 @@ module.exports = {
};
});
}
console.log(`- DB Set - Shard: ${client.shard.ids} -`);
console.log(`- DB Set - Shard:${client.shard.ids} -`);
client.user.setActivity(`@${client.user.username} help | 🎶`, {
type: "LISTENING",
});
@ -54,4 +54,4 @@ module.exports = {
client.funcs.ffmpeg(client, Discord);
}, 7200000);
},
};
};