forked from embee/woomy
3 lines
97 B
JavaScript
3 lines
97 B
JavaScript
module.exports = async (client, error) => {
|
|
client.logger.error(JSON.stringify(error.stack))
|
|
}
|