From b58d240f04c38052d3da984cb9cc57531982a392 Mon Sep 17 00:00:00 2001
From: Supositware <loic.bersier1@gmail.com>
Date: Fri, 1 Mar 2019 19:40:50 +0100
Subject: [PATCH] delete what the user sent first

---
 commands/images/nolight.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commands/images/nolight.js b/commands/images/nolight.js
index 336df95e..19f4485b 100644
--- a/commands/images/nolight.js
+++ b/commands/images/nolight.js
@@ -73,6 +73,7 @@ class nolightCommand extends Command {
 			console.log(`stderr: ${stderr}`);
 		}
 		apng();
+		return message.delete();
 	}
 }