forgot to delete message

This commit is contained in:
Supositware 2019-03-07 22:52:40 +01:00
parent 892c8e382d
commit b6175f3044

View file

@ -28,6 +28,7 @@ class spoilerCommand extends Command {
text = text.split('').join('||||');
// Send the final text
message.delete();
return message.channel.send('||' + text + '||');
}
}