Skip to content

Commit 4d3f72a

Browse files
authored
Add files via upload
1 parent 3c605e0 commit 4d3f72a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

handlers/extraevents.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const {
2-
MessageEmbed
2+
MessageEmbed, Permissions
33
} = require("discord.js");
44
const config = require(`${process.cwd()}/botconfig/config.json`);
55
const moment = require("moment");
@@ -50,7 +50,7 @@ module.exports = client => {
5050
console.log(logstring, data)
5151
}
5252
}
53-
53+
5454
client.updateMusicSystem = async (player) => {
5555
if (client.musicsettings.get(player.guild, "channel") && client.musicsettings.get(player.guild, "channel").length > 5) {
5656
client.logger("Update Music System called and executed")

0 commit comments

Comments
 (0)