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:Jump to solution
If you use a custom logger you should extend the built in Logger class. See for example how @sapphire/plugin-logger works.
2 Replies