mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
Update archive.js
This commit is contained in:
parent
015351afe5
commit
59ffa7056d
@ -149,7 +149,7 @@ module.exports.export = (Ticket, channel) => new Promise((resolve, reject) => {
|
||||
log.warn(json);
|
||||
return resolve(new Error(`${json.status} (${json.message})`));
|
||||
}
|
||||
log.success(`Uploaded ${ticket.id} archive to server`);
|
||||
log.success(`Uploaded ticket #${ticket.id} archive to server`);
|
||||
resolve(json.url);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user