Is there a way to disable ApplicationCommandRegistries logs?

They happen on start-up and I don't want them between all of my formatted logging. Is there a way I can disable them?
Solution:
If you use a custom logger you should extend the built in Logger class. See for example how @sapphire/plugin-logger works.
Jump to solution
2 Replies
newt 🐀
newt 🐀OP3y ago
Or at least override the logging to format it myself
Solution
Favna
Favna3y ago
If you use a custom logger you should extend the built in Logger class. See for example how @sapphire/plugin-logger works.

Did you find this page helpful?