messageCommandDenied

is it ok to delete this file, would something happend? I don't use it in any of my commands, most of my preconditions use:
} else {
message.delete().catch((err) => console.log(err));
some other code
}
} else {
message.delete().catch((err) => console.log(err));
some other code
}
I also have my own error handler, so I don't really need messageCommandDenied.js
2 Replies
awawarou
awawarou•2y ago
thats still gonna be tho i think for like, core core errors like internal builtin preconditions n stuff iirc
-Carlos👑
-Carlos👑OP•2y ago
ig I leave it there

Did you find this page helpful?