From b6175f304413be1337789ad2bcb94a1508263fe9 Mon Sep 17 00:00:00 2001
From: Supositware <loic.bersier1@gmail.com>
Date: Thu, 7 Mar 2019 22:52:40 +0100
Subject: [PATCH] forgot to delete message

---
 commands/general/spoiler.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commands/general/spoiler.js b/commands/general/spoiler.js
index 3b278d1..7433e06 100644
--- a/commands/general/spoiler.js
+++ b/commands/general/spoiler.js
@@ -28,6 +28,7 @@ class spoilerCommand extends Command {
 		text = text.split('').join('||||');
 
 		//	  Send the final text
+		message.delete();
 		return message.channel.send('||' + text + '||');
 	}
 }