diff --git a/commands/misc/say.js b/commands/misc/say.js index 69fd0a4..e8ca4e6 100644 --- a/commands/misc/say.js +++ b/commands/misc/say.js @@ -7,11 +7,6 @@ module.exports = { message.channel.send("Can't send empty message"); else{ message.channel.send(args.join(" ")) - try{ - message.delete() - }catch{ - console.log(this.name, ": An error happened while trying to delete the original message.\nProbably because of permissions.") - } } }