* Currently we have `ErrorReportingService`. Should we rename and expand it to do basic logging too? * Should we use Pino or something for our logs? Should we store them in an external service? * Any calls to `console.error` should probably be replaced with using `ErrorReportingService`. * More logs should include more details like who ran a Discord command, what the params were, etc.
ErrorReportingService. Should we rename and expand it to do basic logging too?console.errorshould probably be replaced with usingErrorReportingService.