logging registered commands
how can I, at runtime, send all bot commands to the console for example?
Solution:Jump to solution
you could use colorette yourself but you cant edit the [INFO] [DEBUG] etc of the plugin logger
6 Replies
you can iterate through the commands store with
this returns a Collection which you can iterate
thanks!, ill try it
by the way, is there a way to change the default logging colors?
Solution
you could use colorette yourself but you cant edit the [INFO] [DEBUG] etc of the plugin logger
Got it, thanks again
and, i hope you don't mind me asking again, in what file would i need to add the custom logs for them to show?