Before I switched to sapphire, I used to have my own system that tracked command registrations through caches and the db, and I'm wondering if I can re implement it.
Is there a type of event that emits whenever a command is registered? By this I mean one that gives information like the logger does when it's set to the debug level/contains properties like the name, id, etc. I've attached an example from my previous setup just for a rough idea