Say: Do not remove the original command

This commit is contained in:
SileNce5k 2023-12-06 13:36:43 +01:00
parent a82b62340e
commit 95702b6ea9
No known key found for this signature in database
GPG key ID: 961132EB78C8915F

View file

@ -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.")
}
}
}