Senither / hypixel-discord-chat-bridge

A two-way chat bridge between Hypixel guild chat and Discord.
MIT License
29 stars 119 forks source link

Refactor logging in their own class #20

Closed itsneyoa closed 3 years ago

itsneyoa commented 3 years ago

Created a Logger.js file which adds a log object onto the app. It's setup to show the time, type of log and message. Currently there's different colours for message broadcasts (white), errors (red), warnings (yellow), discord client events (magenta) and minecraft client events (green).

image