RitsuProject / Ritsu

A Discord Bot based on the AnimeMusicQuiz (AMQ) game, play using your MAL/Anilist animelist and with different game modes! ✨
https://ritsu.fun
MIT License
23 stars 2 forks source link

Better Logging #194

Open Sazzo opened 3 years ago

Sazzo commented 3 years ago

Do a better logging with some lib instead of relying in console.log Maybe https://github.com/fullstack-build/tslog

Gabb-c commented 3 years ago

Yeah, great idea! I've been searching for loggers and found Pino.js, a lightweight javascript logger. It looks pretty good.