mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 16:31:25 +03:00
fix: don't give useless #unknown-channel
in ticket close logs
This commit is contained in:
@@ -1092,7 +1092,7 @@ module.exports = class TicketManager {
|
||||
action: 'close',
|
||||
target: {
|
||||
id: ticket.id,
|
||||
name: channel.toString(),
|
||||
name: `[${ticket.number}]`,
|
||||
},
|
||||
userId: closedBy,
|
||||
});
|
||||
|
Reference in New Issue
Block a user