diff --git a/commands/utility/download.js b/commands/utility/download.js
index e7b6a929..3179788d 100644
--- a/commands/utility/download.js
+++ b/commands/utility/download.js
@@ -179,6 +179,8 @@ class DownloadCommand extends Command {
 
 					} else {
 						console.log('finished download');
+						loadingmsg.delete();
+						message.delete();
 						const dest = fs.createWriteStream(filePath);
 						res.body.pipe(dest);
 						dest.on('finish', () => {