diff --git a/commands/general/spoiler.js b/commands/general/spoiler.js index 3b278d13..7433e063 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 + '||'); } }