Update new.js

This commit is contained in:
iDrunK65 2020-02-09 08:46:12 +01:00 committed by GitHub
parent 60044a1e70
commit fc88b14e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ module.exports = {
let id = message.author.id.toString().substr(0, 4) + message.author.discriminator;
let chan = `ticket-${id}`;
if (message.guild.channels.some(channel => chan.includes(channel.name))) {
if (message.guild.channels.find(channel => channel.name === chan)) {
if (config.useEmbeds) {
const err1 = new Discord.RichEmbed()
.setColor("#E74C3C")