We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c605e0 commit 4d3f72aCopy full SHA for 4d3f72a
handlers/extraevents.js
@@ -1,5 +1,5 @@
1
const {
2
- MessageEmbed
+ MessageEmbed, Permissions
3
} = require("discord.js");
4
const config = require(`${process.cwd()}/botconfig/config.json`);
5
const moment = require("moment");
@@ -50,7 +50,7 @@ module.exports = client => {
50
console.log(logstring, data)
51
}
52
53
-
+
54
client.updateMusicSystem = async (player) => {
55
if (client.musicsettings.get(player.guild, "channel") && client.musicsettings.get(player.guild, "channel").length > 5) {
56
client.logger("Update Music System called and executed")
0 commit comments