mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 00:31:27 +03:00
Update archive.js
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user