mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
Removed an oopsie
This commit is contained in:
parent
597a588132
commit
9b4dcdee51
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user