diff --git a/dot-commands/spongebob.js b/dot-commands/spongebob.js index b3ba9a1..0f0c653 100644 --- a/dot-commands/spongebob.js +++ b/dot-commands/spongebob.js @@ -10,8 +10,6 @@ module.exports = { // message.reply(fn.spongebob(commandData)).then(() => { // message.delete(); // }); - message.channel.send(fn.spongebob(commandData)).then(() => { - message.delete(); - }); + message.channel.send(fn.spongebob(commandData)); } } \ No newline at end of file