Removed an oopsie

This commit is contained in:
Sébastien Guzman 2020-12-03 22:30:29 +01:00
parent 597a588132
commit 9b4dcdee51

View File

@ -126,7 +126,7 @@ module.exports = {
let u = await client.users.fetch(ticket.creator);
if (u) {
const archive = client.channels.cache.find(ch => ch.id === "yourchannelidhere")
const archive = client.channels.cache.find(ch => ch.id === "")
let res = {};
const embed = new MessageEmbed()