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
Solution
have you considered adding @sapphire/plugin-logger? it already adds timestamps, colours, and sensible log levels.