Can't delete message in DMs
This commit is contained in:
parent
d15ccf6a5b
commit
ae95349b9b
@ -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));
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user