Hi, I am hoping someone can point me in the right direction,
I’m looking to make an abuse system with basic admin essentials. If someone with admin level 1, 2, and 3 uses all, others, and admins in any command, it sends a message to a Discord channel via a webhook stating the command, the person’s username, and pinging a role.
The only way you’d be able to do this is if “basic admin essentials” lets you trigger code when a command is executed; it probably doesn’t as I don’t think most do, why don’t you try making a custom admin script and then you can do whatever you want with it?
Why not make a completely separate script to detect these?
As far as I know, bae doesn’t have native functions to detect these.
Unless there’s a function of bae you want to use, just create a script that checks the chat messages and sends a discord embed message to a cloudflare worker (acting as a proxy)