module.exports = { Types: [ 'error', 'warn', 'info', 'debug', 'status' ], TypeStream: { // If none defined they are sent to default error: 'error' }, Colours: { error: 'red', warn: 'yellow', info: 'blue', debug: 'magenta', status: 'cyanBright' }, ColourCodes: { error: 0xe88388, warn: 0xf9d472, info: 0x76a9d8, debug: 0xd8abd7, status: 0x72d4d7 } };