Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomato6966 committed Nov 13, 2021
1 parent 3c605e0 commit 4d3f72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlers/extraevents.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const {
MessageEmbed
MessageEmbed, Permissions
} = require("discord.js");
const config = require(`${process.cwd()}/botconfig/config.json`);
const moment = require("moment");
Expand Down Expand Up @@ -50,7 +50,7 @@ module.exports = client => {
console.log(logstring, data)
}
}

client.updateMusicSystem = async (player) => {
if (client.musicsettings.get(player.guild, "channel") && client.musicsettings.get(player.guild, "channel").length > 5) {
client.logger("Update Music System called and executed")
Expand Down

0 comments on commit 4d3f72a

Please sign in to comment.